Uses of Interface
org.apache.storm.trident.topology.state.RotatingTransactionalState.StateInitializer
-
Packages that use RotatingTransactionalState.StateInitializer Package Description org.apache.storm.trident.topology.state -
-
Uses of RotatingTransactionalState.StateInitializer in org.apache.storm.trident.topology.state
Methods in org.apache.storm.trident.topology.state with parameters of type RotatingTransactionalState.StateInitializer Modifier and Type Method Description 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.
-