Class SlidingWindows<L,I>

java.lang.Object
org.apache.storm.streams.windowing.BaseWindow<L,I>
org.apache.storm.streams.windowing.SlidingWindows<L,I>
Type Parameters:
L - The type of the window length (e.g. Duration or Count)
I - The type of the sliding interval (e.g. Duration or Count)
All Implemented Interfaces:
Serializable, Window<L,I>

public class SlidingWindows<L,I> extends BaseWindow<L,I>
A sliding window specification based on a window length and sliding interval.
See Also: