Uses of Interface
org.apache.storm.topology.IStatefulComponent
Packages that use IStatefulComponent
Package
Description
- 
Uses of IStatefulComponent in org.apache.storm.flux.examplesClasses in org.apache.storm.flux.examples that implement IStatefulComponent
- 
Uses of IStatefulComponent in org.apache.storm.topologySubinterfaces of IStatefulComponent in org.apache.storm.topologyModifier and TypeInterfaceDescriptioninterfaceIStatefulBolt<T extends State>A bolt abstraction for supporting stateful computation.interfaceIStatefulWindowedBolt<T extends State>A windowed bolt abstraction for supporting windowing operation with state.Classes in org.apache.storm.topology that implement IStatefulComponentModifier and TypeClassDescriptionclassPersistentWindowedBoltExecutor<T extends State>Wraps aIStatefulWindowedBoltand handles the execution.classStatefulWindowedBoltExecutor<T extends State>Wraps aIStatefulWindowedBoltand handles the execution.
- 
Uses of IStatefulComponent in org.apache.storm.topology.baseClasses in org.apache.storm.topology.base that implement IStatefulComponentModifier and TypeClassDescriptionclassBaseStatefulBolt<T extends State>classBaseStatefulWindowedBolt<T extends State>