Uses of Class
org.apache.storm.trident.topology.state.TransactionalState
-
Packages that use TransactionalState Package Description org.apache.storm.trident.topology.state -
-
Uses of TransactionalState in org.apache.storm.trident.topology.state
Subclasses of TransactionalState in org.apache.storm.trident.topology.state Modifier and Type Class Description class
TestTransactionalState
Facilitates testing of non-public methods in the parent class.Methods in org.apache.storm.trident.topology.state that return TransactionalState Modifier and Type Method Description static 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 TransactionalState Constructor Description RotatingTransactionalState(TransactionalState state, String subdir)
-