Uses of Interface
org.apache.storm.topology.IStatefulBolt
Package
Description
-
Uses of IStatefulBolt in org.apache.storm.flux.examples
-
Uses of IStatefulBolt in org.apache.storm.topology
Modifier and TypeClassDescriptionclass
PersistentWindowedBoltExecutor<T extends State>
Wraps aIStatefulWindowedBolt
and handles the execution.class
StatefulWindowedBoltExecutor<T extends State>
Wraps aIStatefulWindowedBolt
and handles the execution.Modifier 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. -
Uses of IStatefulBolt in org.apache.storm.topology.base