Uses of Class
org.apache.flink.table.runtime.operators.window.groupwindow.assigners.PanedWindowAssigner
-
Packages that use PanedWindowAssigner Package Description org.apache.flink.table.runtime.operators.window.groupwindow.assigners org.apache.flink.table.runtime.operators.window.groupwindow.internal -
-
Uses of PanedWindowAssigner in org.apache.flink.table.runtime.operators.window.groupwindow.assigners
Subclasses of PanedWindowAssigner in org.apache.flink.table.runtime.operators.window.groupwindow.assigners Modifier and Type Class Description classCumulativeWindowAssignerAGroupWindowAssignerthat windows elements into cumulative windows based on the timestamp of the elements.classSlidingWindowAssignerAGroupWindowAssignerthat windows elements into sliding windows based on the timestamp of the elements. -
Uses of PanedWindowAssigner in org.apache.flink.table.runtime.operators.window.groupwindow.internal
Constructors in org.apache.flink.table.runtime.operators.window.groupwindow.internal with parameters of type PanedWindowAssigner Constructor Description PanedWindowProcessFunction(PanedWindowAssigner<W> windowAssigner, NamespaceAggsHandleFunctionBase<W> windowAggregator, long allowedLateness)
-