Uses of Interface
org.apache.storm.topology.IStatefulBolt
Packages that use IStatefulBolt
Package
Description
- 
Uses of IStatefulBolt in org.apache.storm.flux.examplesClasses in org.apache.storm.flux.examples that implement IStatefulBolt
- 
Uses of IStatefulBolt in org.apache.storm.topologyClasses in org.apache.storm.topology that implement IStatefulBoltModifier and TypeClassDescriptionclassPersistentWindowedBoltExecutor<T extends State>Wraps aIStatefulWindowedBoltand handles the execution.classStatefulWindowedBoltExecutor<T extends State>Wraps aIStatefulWindowedBoltand handles the execution.Methods in org.apache.storm.topology with parameters of type IStatefulBoltModifier and TypeMethodDescription<T extends State>
 BoltDeclarerTopologyBuilder.setBolt(String id, IStatefulBolt<T> bolt) Define a new bolt in this topology.<T extends State>
 BoltDeclarerTopologyBuilder.setBolt(String id, IStatefulBolt<T> bolt, Number parallelismHint) Define a new bolt in this topology.Constructors in org.apache.storm.topology with parameters of type IStatefulBolt
- 
Uses of IStatefulBolt in org.apache.storm.topology.baseClasses in org.apache.storm.topology.base that implement IStatefulBolt