Uses of Class
org.apache.storm.topology.BaseStatefulBoltExecutor
-
Packages that use BaseStatefulBoltExecutor Package Description org.apache.storm.topology -
-
Uses of BaseStatefulBoltExecutor in org.apache.storm.topology
Subclasses of BaseStatefulBoltExecutor in org.apache.storm.topology Modifier and Type Class Description class
CheckpointTupleForwarder
WrapsIRichBolt
and forwards checkpoint tuples in a stateful topology.class
StatefulBoltExecutor<T extends State>
Wraps aIStatefulBolt
and manages the state of the bolt.
-