Uses of Interface
org.apache.storm.windowing.TupleWindow
Packages that use TupleWindow
Package
Description
- 
Uses of TupleWindow in org.apache.storm.boltMethods in org.apache.storm.bolt with parameters of type TupleWindow
- 
Uses of TupleWindow in org.apache.storm.flux.examplesMethods in org.apache.storm.flux.examples with parameters of type TupleWindow
- 
Uses of TupleWindow in org.apache.storm.st.topology.windowMethods in org.apache.storm.st.topology.window with parameters of type TupleWindowModifier and TypeMethodDescriptionvoidTimeDataVerificationBolt.execute(TupleWindow inputWindow) voidVerificationBolt.execute(TupleWindow inputWindow) 
- 
Uses of TupleWindow in org.apache.storm.starter.boltMethods in org.apache.storm.starter.bolt with parameters of type TupleWindow
- 
Uses of TupleWindow in org.apache.storm.topologyMethods in org.apache.storm.topology with parameters of type TupleWindowModifier and TypeMethodDescriptionvoidIWindowedBolt.execute(TupleWindow inputWindow) Process the tuple window and optionally emit new tuples based on the tuples in the input window.
- 
Uses of TupleWindow in org.apache.storm.windowingClasses in org.apache.storm.windowing that implement TupleWindowModifier and TypeClassDescriptionclassHolds the expired, new and current tuples in a window.classAn iterator based implementation over the events in a window.