Uses of Interface
org.apache.flink.table.runtime.operators.window.MergeCallback
Packages that use MergeCallback
Package
Description
-
Uses of MergeCallback in org.apache.flink.table.runtime.operators.aggregate.window.processors
Classes in org.apache.flink.table.runtime.operators.aggregate.window.processors that implement MergeCallbackModifier and TypeClassDescriptionfinal classA window aggregate processor implementation which works forSliceSharedAssigner, e.g. -
Uses of MergeCallback in org.apache.flink.table.runtime.operators.window.groupwindow.assigners
Methods in org.apache.flink.table.runtime.operators.window.groupwindow.assigners with parameters of type MergeCallbackModifier and TypeMethodDescriptionabstract voidMergingWindowAssigner.mergeWindows(W newWindow, NavigableSet<W> sortedWindows, MergeCallback<W, Collection<W>> callback) Determines which windows (if any) should be merged.voidSessionWindowAssigner.mergeWindows(TimeWindow newWindow, NavigableSet<TimeWindow> sortedWindows, MergeCallback<TimeWindow, Collection<TimeWindow>> callback) -
Uses of MergeCallback in org.apache.flink.table.runtime.operators.window.tvf.slicing
Methods in org.apache.flink.table.runtime.operators.window.tvf.slicing with parameters of type MergeCallbackModifier and TypeMethodDescriptionvoidSliceAssigners.CumulativeSliceAssigner.mergeSlices(long sliceEnd, MergeCallback<Long, Iterable<Long>> callback) voidSliceAssigners.HoppingSliceAssigner.mergeSlices(long sliceEnd, MergeCallback<Long, Iterable<Long>> callback) voidSliceAssigners.SlicedSharedSliceAssigner.mergeSlices(long sliceEnd, MergeCallback<Long, Iterable<Long>> callback) voidSliceSharedAssigner.mergeSlices(long sliceEnd, MergeCallback<Long, Iterable<Long>> callback) Determines which slices (if any) should be merged and then merge them. -
Uses of MergeCallback in org.apache.flink.table.runtime.operators.window.tvf.unslicing
Methods in org.apache.flink.table.runtime.operators.window.tvf.unslicing with parameters of type MergeCallbackModifier and TypeMethodDescriptionvoidUnsliceAssigners.WindowedUnsliceAssigner.mergeWindows(TimeWindow newWindow, NavigableSet<TimeWindow> sortedWindows, MergeCallback<TimeWindow, Collection<TimeWindow>> callback)