Uses of Class
org.apache.flink.datastream.impl.extension.window.operators.MergingWindowSet
Packages that use MergingWindowSet
-
Uses of MergingWindowSet in org.apache.flink.datastream.impl.extension.window.operators
Methods in org.apache.flink.datastream.impl.extension.window.operators that return MergingWindowSetModifier and TypeMethodDescriptionprotected 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.