Package org.apache.flink.streaming.api.windowing.assigners
package org.apache.flink.streaming.api.windowing.assigners
-
ClassDescriptionA
WindowAssignerthat assigns all elements to the sameGlobalWindow.A trigger that fires iff the input stream reaches EndOfStream.A trigger that never fires, as default Trigger for GlobalWindows.MergingWindowAssigner<T,W extends Window> AWindowAssignerthat can merge windows.Callback to be used inMergingWindowAssigner.mergeWindows(Collection, MergeCallback)for specifying which windows should be merged.AWindowAssignerthat windows elements into sliding windows based on the timestamp of the elements.AWindowAssignerthat windows elements into sliding windows based on the current system time of the machine the operation is running on.AWindowAssignerthat windows elements into windows based on the timestamp of the elements.AWindowAssignerthat windows elements into windows based on the current system time of the machine the operation is running on.WindowAssigner<T,W extends Window> AWindowAssignerassigns zero or moreWindowsto an element.A context provided to theWindowAssignerthat allows it to query the current processing time.AWindowStaggerstaggers offset in runtime for each window assignment.