Uses of Class
org.apache.storm.topology.WindowedBoltExecutor
Packages that use WindowedBoltExecutor
-
Uses of WindowedBoltExecutor in org.apache.storm.topology
Subclasses of WindowedBoltExecutor in org.apache.storm.topologyModifier and TypeClassDescriptionclass
PersistentWindowedBoltExecutor<T extends State>
Wraps aIStatefulWindowedBolt
and handles the execution.class
StatefulWindowedBoltExecutor<T extends State>
Wraps aIStatefulWindowedBolt
and handles the execution.