Uses of Class
storm.trident.state.OpaqueValue

Packages that use OpaqueValue
storm.trident.state   
storm.trident.state.map   
 

Uses of OpaqueValue in storm.trident.state
 

Methods in storm.trident.state that return OpaqueValue
 OpaqueValue JSONOpaqueSerializer.deserialize(byte[] b)
           
 OpaqueValue<T> OpaqueValue.update(Long batchTxid, T newVal)
           
 

Methods in storm.trident.state with parameters of type OpaqueValue
 byte[] JSONOpaqueSerializer.serialize(OpaqueValue obj)
           
 

Uses of OpaqueValue in storm.trident.state.map
 

Method parameters in storm.trident.state.map with type arguments of type OpaqueValue
static
<T> MapState<T>
OpaqueMap.build(IBackingMap<OpaqueValue> backing)
           
 

Constructor parameters in storm.trident.state.map with type arguments of type OpaqueValue
OpaqueMap(IBackingMap<OpaqueValue> backing)
           
 



Copyright © 2014 The Apache Software Foundation. All Rights Reserved.