Uses of Interface
org.apache.flink.datastream.impl.extension.window.operators.MergingWindowSet.MergeFunction
-
Packages that use MergingWindowSet.MergeFunction Package Description org.apache.flink.datastream.impl.extension.window.operators -
-
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.MergeFunction Modifier and Type Method Description WMergingWindowSet. addWindow(W newWindow, MergingWindowSet.MergeFunction<W> mergeFunction)Adds a newWindowto the set of in-flight windows.
-