Uses of Class
storm.trident.state.TransactionalValue

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

Uses of TransactionalValue in storm.trident.state
 

Methods in storm.trident.state that return TransactionalValue
 TransactionalValue JSONTransactionalSerializer.deserialize(byte[] b)
           
 

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

Uses of TransactionalValue in storm.trident.state.map
 

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

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



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