Uses of Interface
org.apache.storm.topology.IStatefulComponent
- 
Packages that use IStatefulComponent Package Description org.apache.storm.flux.examples org.apache.storm.topology org.apache.storm.topology.base  - 
- 
Uses of IStatefulComponent in org.apache.storm.flux.examples
Classes in org.apache.storm.flux.examples that implement IStatefulComponent Modifier and Type Class Description classStatefulWordCounter - 
Uses of IStatefulComponent in org.apache.storm.topology
Subinterfaces of IStatefulComponent in org.apache.storm.topology Modifier and Type Interface Description interfaceIStatefulBolt<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 IStatefulComponent Modifier and Type Class Description classPersistentWindowedBoltExecutor<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.base
Classes in org.apache.storm.topology.base that implement IStatefulComponent Modifier and Type Class Description classBaseStatefulBolt<T extends State>classBaseStatefulWindowedBolt<T extends State> 
 -