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