Uses of Class
org.apache.storm.trident.topology.state.TransactionalState
Packages that use TransactionalState
-
Uses of TransactionalState in org.apache.storm.trident.topology.state
Subclasses of TransactionalState in org.apache.storm.trident.topology.stateModifier and TypeClassDescriptionclass
Facilitates testing of non-public methods in the parent class.Methods in org.apache.storm.trident.topology.state that return TransactionalStateModifier and TypeMethodDescriptionstatic TransactionalState
TransactionalState.newCoordinatorState
(Map<String, Object> conf, String id) static TransactionalState
TransactionalState.newUserState
(Map<String, Object> conf, String id) Constructors in org.apache.storm.trident.topology.state with parameters of type TransactionalStateModifierConstructorDescriptionRotatingTransactionalState
(TransactionalState state, String subdir)