Uses of Class
org.apache.flink.streaming.runtime.operators.windowing.MergingWindowSet
-
Packages that use MergingWindowSet Package Description org.apache.flink.streaming.runtime.operators.windowing -
-
Uses of MergingWindowSet in org.apache.flink.streaming.runtime.operators.windowing
Methods in org.apache.flink.streaming.runtime.operators.windowing that return MergingWindowSet Modifier and Type Method Description protected MergingWindowSet<W>WindowOperator. getMergingWindowSet()Retrieves theMergingWindowSetfor the currently active key.
-