Uses of Interface
org.apache.storm.windowing.Window
-
Packages that use Window Package Description org.apache.storm.windowing -
-
Uses of Window in org.apache.storm.windowing
Subinterfaces of Window in org.apache.storm.windowing Modifier and Type Interface Description interface
TupleWindow
Classes in org.apache.storm.windowing that implement Window 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.
-