Uses of Interface
org.apache.storm.topology.IStatefulComponent
Package
Description
-
Uses of IStatefulComponent in org.apache.storm.flux.examples
-
Uses of IStatefulComponent in org.apache.storm.topology
Modifier and TypeInterfaceDescriptioninterface
IStatefulBolt<T extends State>
A bolt abstraction for supporting stateful computation.interface
IStatefulWindowedBolt<T extends State>
A windowed bolt abstraction for supporting windowing operation with state.Modifier and TypeClassDescriptionclass
PersistentWindowedBoltExecutor<T extends State>
Wraps aIStatefulWindowedBolt
and handles the execution.class
StatefulWindowedBoltExecutor<T extends State>
Wraps aIStatefulWindowedBolt
and handles the execution. -
Uses of IStatefulComponent in org.apache.storm.topology.base
Modifier and TypeClassDescriptionclass
BaseStatefulBolt<T extends State>
class
BaseStatefulWindowedBolt<T extends State>