java.lang.Object
org.apache.flink.streaming.api.windowing.assigners.WindowAssigner<Object,GlobalWindow>
org.apache.flink.streaming.api.windowing.assigners.GlobalWindows
All Implemented Interfaces:
Serializable

@PublicEvolving public class GlobalWindows extends WindowAssigner<Object,GlobalWindow>
A WindowAssigner that assigns all elements to the same GlobalWindow.

Use this if you want to use a Trigger and Evictor to do flexible, policy based windows.

See Also: