Uses of Class
org.apache.flink.table.runtime.operators.window.groupwindow.assigners.PanedWindowAssigner
Packages that use PanedWindowAssigner
Package
Description
-
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.assignersModifier and TypeClassDescriptionclassAGroupWindowAssignerthat windows elements into cumulative windows based on the timestamp of the elements.classAGroupWindowAssignerthat 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 PanedWindowAssignerModifierConstructorDescriptionPanedWindowProcessFunction(PanedWindowAssigner<W> windowAssigner, NamespaceAggsHandleFunctionBase<W> windowAggregator, long allowedLateness)