Uses of Interface
org.apache.flink.streaming.api.windowing.assigners.MergingWindowAssigner.MergeCallback
-
Packages that use MergingWindowAssigner.MergeCallback Package Description org.apache.flink.streaming.api.windowing.assigners org.apache.flink.streaming.api.windowing.windows -
-
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.MergeCallback Modifier and Type Method Description abstract 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.MergeCallback Modifier and Type Method Description static voidTimeWindow. mergeWindows(Collection<TimeWindow> windows, MergingWindowAssigner.MergeCallback<TimeWindow> c)Merge overlappingTimeWindows.
-