Uses of Interface
org.apache.storm.windowing.TupleWindow
-
-
Uses of TupleWindow in org.apache.storm.bolt
Methods in org.apache.storm.bolt with parameters of type TupleWindow Modifier and Type Method Description void
JoinBolt. execute(TupleWindow inputWindow)
-
Uses of TupleWindow in org.apache.storm.flux.examples
Methods in org.apache.storm.flux.examples with parameters of type TupleWindow Modifier and Type Method Description void
TestWindowBolt. execute(TupleWindow inputWindow)
-
Uses of TupleWindow in org.apache.storm.st.topology.window
Methods in org.apache.storm.st.topology.window with parameters of type TupleWindow Modifier and Type Method Description void
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 Modifier and Type Method Description void
SlidingWindowSumBolt. execute(TupleWindow inputWindow)
-
Uses of TupleWindow in org.apache.storm.topology
Methods in org.apache.storm.topology with parameters of type TupleWindow Modifier and Type Method Description void
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 TupleWindow Modifier and Type Class Description class
TupleWindowImpl
Holds the expired, new and current tuples in a window.class
TupleWindowIterImpl
An iterator based implementation over the events in a window.
-