Uses of Interface
org.apache.flink.streaming.runtime.operators.windowing.MergingWindowSet.MergeFunction
-
Packages that use MergingWindowSet.MergeFunction Package Description org.apache.flink.streaming.runtime.operators.windowing This package contains the operators that implement the various window operations on data streams. -
-
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.MergeFunction Modifier and Type Method Description W
MergingWindowSet. addWindow(W newWindow, MergingWindowSet.MergeFunction<W> mergeFunction)
Adds a newWindow
to the set of in-flight windows.
-