Uses of Package
org.apache.flink.streaming.api.windowing.assigners
Packages that use org.apache.flink.streaming.api.windowing.assigners
Package
Description
-
Classes in org.apache.flink.streaming.api.windowing.assigners used by org.apache.flink.runtime.asyncprocessing.operators.windowingClassDescriptionA
WindowAssignerassigns zero or moreWindowsto an element.A context provided to theWindowAssignerthat allows it to query the current processing time. -
-
Classes in org.apache.flink.streaming.api.windowing.assigners used by org.apache.flink.streaming.api.windowing.assignersClassDescriptionA
WindowAssignerthat assigns all elements to the sameGlobalWindow.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.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. -
Classes in org.apache.flink.streaming.api.windowing.assigners used by org.apache.flink.streaming.api.windowing.windowsClassDescriptionCallback to be used in
MergingWindowAssigner.mergeWindows(Collection, MergeCallback)for specifying which windows should be merged. -
Classes in org.apache.flink.streaming.api.windowing.assigners used by org.apache.flink.streaming.runtime.operators.windowingClassDescriptionA
WindowAssignerthat can merge windows.AWindowAssignerassigns zero or moreWindowsto an element.A context provided to theWindowAssignerthat allows it to query the current processing time.