All Implemented Interfaces:
Serializable, InternalTimeWindowAssigner

public class SlidingWindowAssigner extends PanedWindowAssigner<TimeWindow> implements InternalTimeWindowAssigner
A GroupWindowAssigner that windows elements into sliding windows based on the timestamp of the elements. Windows can possibly overlap.
See Also: