Uses of Class
org.apache.flink.streaming.api.windowing.assigners.MergingWindowAssigner
-
Packages that use MergingWindowAssigner Package Description org.apache.flink.streaming.api.windowing.assigners org.apache.flink.streaming.runtime.operators.windowing This package contains the operators that implement the various window operations on data streams. -
-
Uses of MergingWindowAssigner in org.apache.flink.streaming.api.windowing.assigners
Subclasses of MergingWindowAssigner in org.apache.flink.streaming.api.windowing.assigners Modifier and Type Class Description classDynamicEventTimeSessionWindows<T>AWindowAssignerthat windows elements into sessions based on the timestamp of the elements.classDynamicProcessingTimeSessionWindows<T>AWindowAssignerthat windows elements into sessions based on the current processing time.classEventTimeSessionWindowsAWindowAssignerthat windows elements into sessions based on the timestamp of the elements.classProcessingTimeSessionWindowsAWindowAssignerthat windows elements into sessions based on the current processing time. -
Uses of MergingWindowAssigner in org.apache.flink.streaming.runtime.operators.windowing
Constructors in org.apache.flink.streaming.runtime.operators.windowing with parameters of type MergingWindowAssigner Constructor Description MergingWindowSet(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.
-