Uses of Class
org.apache.flink.datastream.impl.extension.window.operators.MergingWindowSet
-
Packages that use MergingWindowSet Package Description org.apache.flink.datastream.impl.extension.window.operators -
-
Uses of MergingWindowSet in org.apache.flink.datastream.impl.extension.window.operators
Methods in org.apache.flink.datastream.impl.extension.window.operators that return MergingWindowSet Modifier and Type Method Description protected MergingWindowSet<W>OneInputWindowProcessOperator. getMergingWindowSet()Retrieves theMergingWindowSetfor the currently active key.protected MergingWindowSet<W>TwoInputNonBroadcastWindowProcessOperator. getMergingWindowSet()Retrieves theMergingWindowSetfor the currently active key.protected MergingWindowSet<W>TwoOutputWindowProcessOperator. getMergingWindowSet()Retrieves theMergingWindowSetfor the currently active key.
-