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