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