Uses of Class
org.apache.flink.table.runtime.operators.window.groupwindow.assigners.GroupWindowAssigner
Packages that use GroupWindowAssigner
Package
Description
-
Uses of GroupWindowAssigner in org.apache.flink.table.runtime.operators.window.groupwindow.assigners
Subclasses of GroupWindowAssigner in org.apache.flink.table.runtime.operators.window.groupwindow.assignersModifier and TypeClassDescriptionclassAGroupWindowAssignerthat windows elements into sliding windows based on the count number of the elements.classAGroupWindowAssignerthat windows elements into fixed-size windows based on the count number of the elements.classAGroupWindowAssignerthat windows elements into cumulative windows based on the timestamp of the elements.classMergingWindowAssigner<W extends Window>AWindowAssignerthat can merge windows.classPanedWindowAssigner<W extends Window>AWindowAssignerthat window can be split into panes.classAGroupWindowAssignerthat windows elements into sessions based on the timestamp.classAGroupWindowAssignerthat windows elements into sliding windows based on the timestamp of the elements.classAGroupWindowAssignerthat windows elements into fixed-size windows based on the timestamp of the elements. -
Uses of GroupWindowAssigner in org.apache.flink.table.runtime.operators.window.groupwindow.internal
Fields in org.apache.flink.table.runtime.operators.window.groupwindow.internal declared as GroupWindowAssignerModifier and TypeFieldDescriptionprotected final GroupWindowAssigner<W>InternalWindowProcessFunction.windowAssignerConstructors in org.apache.flink.table.runtime.operators.window.groupwindow.internal with parameters of type GroupWindowAssignerModifierConstructorDescriptionGeneralWindowProcessFunction(GroupWindowAssigner<W> windowAssigner, NamespaceAggsHandleFunctionBase<W> windowAggregator, long allowedLateness) protectedInternalWindowProcessFunction(GroupWindowAssigner<W> windowAssigner, NamespaceAggsHandleFunctionBase<W> windowAggregator, long allowedLateness) -
Uses of GroupWindowAssigner in org.apache.flink.table.runtime.operators.window.groupwindow.operator
Fields in org.apache.flink.table.runtime.operators.window.groupwindow.operator declared as GroupWindowAssignerModifier and TypeFieldDescriptionprotected GroupWindowAssigner<?>WindowOperatorBuilder.windowAssignerMethods in org.apache.flink.table.runtime.operators.window.groupwindow.operator with parameters of type GroupWindowAssignerModifier and TypeMethodDescriptionWindowOperatorBuilder.assigner(GroupWindowAssigner<?> windowAssigner) -
Uses of GroupWindowAssigner in org.apache.flink.table.runtime.operators.window.tvf.operator
Fields in org.apache.flink.table.runtime.operators.window.tvf.operator declared as GroupWindowAssignerModifier and TypeFieldDescriptionprotected final GroupWindowAssigner<TimeWindow>WindowTableFunctionOperatorBase.windowAssignerConstructors in org.apache.flink.table.runtime.operators.window.tvf.operator with parameters of type GroupWindowAssignerModifierConstructorDescriptionAlignedWindowTableFunctionOperator(GroupWindowAssigner<TimeWindow> windowAssigner, int rowtimeIndex, ZoneId shiftTimeZone) UnalignedWindowTableFunctionOperator(GroupWindowAssigner<TimeWindow> windowAssigner, org.apache.flink.api.common.typeutils.TypeSerializer<TimeWindow> windowSerializer, org.apache.flink.api.common.typeutils.TypeSerializer<org.apache.flink.table.data.RowData> inputSerializer, int rowtimeIndex, ZoneId shiftTimeZone) WindowTableFunctionOperatorBase(GroupWindowAssigner<TimeWindow> windowAssigner, int rowtimeIndex, ZoneId shiftTimeZone) -
Uses of GroupWindowAssigner in org.apache.flink.table.runtime.operators.window.tvf.unslicing
Modifier and TypeClassDescriptionstatic classTheUnsliceAssignerfor elements have been merged into unslicing windows and attached window start and end timestamps.