Class GlobalWindow
- java.lang.Object
-
- org.apache.flink.table.runtime.operators.window.Window
-
- org.apache.flink.table.runtime.operators.window.GlobalWindow
-
- All Implemented Interfaces:
Comparable<Window>
public class GlobalWindow extends Window
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGlobalWindow.Serializer
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(Window o)booleanequals(Object o)static GlobalWindowget()inthashCode()longmaxTimestamp()Gets the largest timestamp that still belongs to this window.
-
-
-
Method Detail
-
get
public static GlobalWindow get()
-
maxTimestamp
public long maxTimestamp()
Description copied from class:WindowGets the largest timestamp that still belongs to this window.- Specified by:
maxTimestampin classWindow- Returns:
- The largest timestamp that still belongs to this window.
-
compareTo
public int compareTo(Window o)
-
-