Uses of Interface
storm.trident.topology.state.RotatingTransactionalState.StateInitializer

Packages that use RotatingTransactionalState.StateInitializer
storm.trident.topology.state   
 

Uses of RotatingTransactionalState.StateInitializer in storm.trident.topology.state
 

Methods in storm.trident.topology.state with parameters of type RotatingTransactionalState.StateInitializer
 Object RotatingTransactionalState.getState(long txid, RotatingTransactionalState.StateInitializer init)
           
 Object RotatingTransactionalState.getStateOrCreate(long txid, RotatingTransactionalState.StateInitializer init)
          Returns null if it was created, the value otherwise.
 



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