Uses of Interface
org.apache.storm.topology.IStatefulWindowedBolt
-
Packages that use IStatefulWindowedBolt Package Description org.apache.storm.topology org.apache.storm.topology.base -
-
Uses of IStatefulWindowedBolt in org.apache.storm.topology
Methods in org.apache.storm.topology with parameters of type IStatefulWindowedBolt Modifier and Type Method Description <T extends State>
BoltDeclarerTopologyBuilder. setBolt(String id, IStatefulWindowedBolt<T> bolt)
Define a new bolt in this topology.<T extends State>
BoltDeclarerTopologyBuilder. setBolt(String id, IStatefulWindowedBolt<T> bolt, Number parallelismHint)
Define a new bolt in this topology.Constructors in org.apache.storm.topology with parameters of type IStatefulWindowedBolt Constructor Description PersistentWindowedBoltExecutor(IStatefulWindowedBolt<T> bolt)
StatefulWindowedBoltExecutor(IStatefulWindowedBolt<T> bolt)
-
Uses of IStatefulWindowedBolt in org.apache.storm.topology.base
Classes in org.apache.storm.topology.base that implement IStatefulWindowedBolt Modifier and Type Class Description class
BaseStatefulWindowedBolt<T extends State>
-