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

public class CountTumblingWindowAssigner extends GroupWindowAssigner<CountWindow>
A GroupWindowAssigner that windows elements into fixed-size windows based on the count number of the elements. Windows cannot overlap.
See Also: