Uses of Interface
org.apache.storm.windowing.TupleWindow
Packages that use TupleWindow
Package
Description
-
Uses of TupleWindow in org.apache.storm.bolt
Methods in org.apache.storm.bolt with parameters of type TupleWindow -
Uses of TupleWindow in org.apache.storm.flux.examples
Methods in org.apache.storm.flux.examples with parameters of type TupleWindow -
Uses of TupleWindow in org.apache.storm.st.topology.window
Methods in org.apache.storm.st.topology.window with parameters of type TupleWindowModifier and TypeMethodDescriptionvoid
TimeDataVerificationBolt.execute
(TupleWindow inputWindow) void
VerificationBolt.execute
(TupleWindow inputWindow) -
Uses of TupleWindow in org.apache.storm.starter.bolt
Methods in org.apache.storm.starter.bolt with parameters of type TupleWindow -
Uses of TupleWindow in org.apache.storm.topology
Methods in org.apache.storm.topology with parameters of type TupleWindowModifier and TypeMethodDescriptionvoid
IWindowedBolt.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.windowing
Classes in org.apache.storm.windowing that implement TupleWindowModifier and TypeClassDescriptionclass
Holds the expired, new and current tuples in a window.class
An iterator based implementation over the events in a window.