Uses of Class
org.apache.flink.streaming.api.windowing.assigners.MergingWindowAssigner
Packages that use MergingWindowAssigner
-
Uses of MergingWindowAssigner in org.apache.flink.streaming.runtime.operators.windowing
Constructors in org.apache.flink.streaming.runtime.operators.windowing with parameters of type MergingWindowAssignerModifierConstructorDescriptionMergingWindowSet(MergingWindowAssigner<?, W> windowAssigner, org.apache.flink.api.common.state.ListState<org.apache.flink.api.java.tuple.Tuple2<W, W>> state) Restores aMergingWindowSetfrom the given state.