Uses of Interface
org.apache.flink.streaming.runtime.operators.windowing.MergingWindowSet.MergeFunction
Packages that use MergingWindowSet.MergeFunction
-
Uses of MergingWindowSet.MergeFunction in org.apache.flink.streaming.runtime.operators.windowing
Methods in org.apache.flink.streaming.runtime.operators.windowing with parameters of type MergingWindowSet.MergeFunctionModifier and TypeMethodDescriptionMergingWindowSet.addWindow(W newWindow, MergingWindowSet.MergeFunction<W> mergeFunction) Adds a newWindowto the set of in-flight windows.