Uses of Package
org.apache.flink.table.runtime.operators.window.tvf.slicing
Packages that use org.apache.flink.table.runtime.operators.window.tvf.slicing
Package
Description
-
Classes in org.apache.flink.table.runtime.operators.window.tvf.slicing used by org.apache.flink.table.runtime.operators.aggregate.asyncwindow.processorsClassDescriptionA
SliceAssignerassigns element into a single slice.ASliceAssignerwhich shares slices for windows, which means a window is divided into multiple slices and need to merge the slices into windows when emitting windows.ASliceAssignerwhich doesn't share slices for windows, which means a window is divided into only one slice and doesn't need to merge the slices when emitting windows. -
-
Classes in org.apache.flink.table.runtime.operators.window.tvf.slicing used by org.apache.flink.table.runtime.operators.aggregate.window.processorsClassDescriptionA
SliceAssignerassigns element into a single slice.ASliceAssignerwhich shares slices for windows, which means a window is divided into multiple slices and need to merge the slices into windows when emitting windows.ASliceAssignerwhich doesn't share slices for windows, which means a window is divided into only one slice and doesn't need to merge the slices when emitting windows.TheSlicingSyncStateWindowProcessoris an optimized processing for aligned windows which can apply the slicing optimization. -
Classes in org.apache.flink.table.runtime.operators.window.tvf.slicing used by org.apache.flink.table.runtime.operators.deduplicate.window.processorsClassDescriptionThe
SlicingSyncStateWindowProcessoris an optimized processing for aligned windows which can apply the slicing optimization. -
Classes in org.apache.flink.table.runtime.operators.window.tvf.slicing used by org.apache.flink.table.runtime.operators.rank.window.processorsClassDescriptionThe
SlicingSyncStateWindowProcessoris an optimized processing for aligned windows which can apply the slicing optimization. -
Classes in org.apache.flink.table.runtime.operators.window.tvf.slicing used by org.apache.flink.table.runtime.operators.window.tvf.slicingClassDescriptionA
SliceAssignerassigns element into a single slice.TheSliceAssignerfor cumulative windows.TheSliceAssignerfor hopping windows.TheSliceAssignerfor tumbling windows.TheSliceAssignerfor elements have been attached window start and end timestamps.ASliceAssignerwhich shares slices for windows, which means a window is divided into multiple slices and need to merge the slices into windows when emitting windows.ASliceAssignerwhich doesn't share slices for windows, which means a window is divided into only one slice and doesn't need to merge the slices when emitting windows.