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