Uses of Interface
org.apache.storm.topology.IWindowedBolt
Packages that use IWindowedBolt
Package
Description
-
Uses of IWindowedBolt in org.apache.storm.bolt
Classes in org.apache.storm.bolt that implement IWindowedBolt -
Uses of IWindowedBolt in org.apache.storm.flux.examples
Classes in org.apache.storm.flux.examples that implement IWindowedBolt -
Uses of IWindowedBolt in org.apache.storm.st.topology.window
Classes in org.apache.storm.st.topology.window that implement IWindowedBolt -
Uses of IWindowedBolt in org.apache.storm.starter.bolt
Classes in org.apache.storm.starter.bolt that implement IWindowedBolt -
Uses of IWindowedBolt in org.apache.storm.topology
Subinterfaces of IWindowedBolt in org.apache.storm.topologyModifier and TypeInterfaceDescriptioninterface
IStatefulWindowedBolt<T extends State>
A windowed bolt abstraction for supporting windowing operation with state.Methods in org.apache.storm.topology with parameters of type IWindowedBoltModifier and TypeMethodDescriptionTopologyBuilder.setBolt
(String id, IWindowedBolt bolt) Define a new bolt in this topology.TopologyBuilder.setBolt
(String id, IWindowedBolt bolt, Number parallelismHint) Define a new bolt in this topology.Constructors in org.apache.storm.topology with parameters of type IWindowedBolt -
Uses of IWindowedBolt in org.apache.storm.topology.base
Classes in org.apache.storm.topology.base that implement IWindowedBolt