Uses of Package
org.apache.flink.table.runtime.operators.window.groupwindow.assigners
-
Classes in org.apache.flink.table.runtime.operators.window.groupwindow.assigners used by org.apache.flink.table.runtime.operators.window.groupwindow.assigners Class Description CountSlidingWindowAssigner AGroupWindowAssignerthat windows elements into sliding windows based on the count number of the elements.CountTumblingWindowAssigner AGroupWindowAssignerthat windows elements into fixed-size windows based on the count number of the elements.CumulativeWindowAssigner AGroupWindowAssignerthat windows elements into cumulative windows based on the timestamp of the elements.GroupWindowAssigner AGroupWindowAssignerassigns zero or moreWindowsto an element.InternalTimeWindowAssigner The internal time window assigner which has some useful methods.MergingWindowAssigner AWindowAssignerthat can merge windows.PanedWindowAssigner AWindowAssignerthat window can be split into panes.SessionWindowAssigner AGroupWindowAssignerthat windows elements into sessions based on the timestamp.SlidingWindowAssigner AGroupWindowAssignerthat windows elements into sliding windows based on the timestamp of the elements.TumblingWindowAssigner AGroupWindowAssignerthat windows elements into fixed-size windows based on the timestamp of the elements. -
Classes in org.apache.flink.table.runtime.operators.window.groupwindow.assigners used by org.apache.flink.table.runtime.operators.window.groupwindow.internal Class Description GroupWindowAssigner AGroupWindowAssignerassigns zero or moreWindowsto an element.MergingWindowAssigner AWindowAssignerthat can merge windows.PanedWindowAssigner AWindowAssignerthat window can be split into panes. -
Classes in org.apache.flink.table.runtime.operators.window.groupwindow.assigners used by org.apache.flink.table.runtime.operators.window.groupwindow.operator Class Description GroupWindowAssigner AGroupWindowAssignerassigns zero or moreWindowsto an element. -
Classes in org.apache.flink.table.runtime.operators.window.groupwindow.assigners used by org.apache.flink.table.runtime.operators.window.tvf.operator Class Description GroupWindowAssigner AGroupWindowAssignerassigns zero or moreWindowsto an element. -
Classes in org.apache.flink.table.runtime.operators.window.groupwindow.assigners used by org.apache.flink.table.runtime.operators.window.tvf.unslicing Class Description GroupWindowAssigner AGroupWindowAssignerassigns zero or moreWindowsto an element.InternalTimeWindowAssigner The internal time window assigner which has some useful methods.MergingWindowAssigner AWindowAssignerthat can merge windows.