java.lang.Object
org.apache.flink.table.runtime.operators.window.groupwindow.assigners.GroupWindowAssigner<CountWindow>
org.apache.flink.table.runtime.operators.window.groupwindow.assigners.CountSlidingWindowAssigner
All Implemented Interfaces:
Serializable

public class CountSlidingWindowAssigner extends GroupWindowAssigner<CountWindow>
A GroupWindowAssigner that windows elements into sliding windows based on the count number of the elements. Windows can possibly overlap.
See Also: