Uses of Interface
org.apache.flink.streaming.api.windowing.assigners.MergingWindowAssigner.MergeCallback
Packages that use MergingWindowAssigner.MergeCallback
Package
Description
-
Uses of MergingWindowAssigner.MergeCallback in org.apache.flink.streaming.api.windowing.assigners
Methods in org.apache.flink.streaming.api.windowing.assigners with parameters of type MergingWindowAssigner.MergeCallbackModifier and TypeMethodDescriptionabstract voidMergingWindowAssigner.mergeWindows(Collection<W> windows, MergingWindowAssigner.MergeCallback<W> callback) Determines which windows (if any) should be merged. -
Uses of MergingWindowAssigner.MergeCallback in org.apache.flink.streaming.api.windowing.windows
Methods in org.apache.flink.streaming.api.windowing.windows with parameters of type MergingWindowAssigner.MergeCallbackModifier and TypeMethodDescriptionstatic voidTimeWindow.mergeWindows(Collection<TimeWindow> windows, MergingWindowAssigner.MergeCallback<TimeWindow> c) Merge overlappingTimeWindows.