Class GlobalWindow
- java.lang.Object
-
- org.apache.flink.streaming.api.windowing.windows.Window
-
- org.apache.flink.streaming.api.windowing.windows.GlobalWindow
-
@PublicEvolving public class GlobalWindow extends Window
The default window into which all data is placed (viaGlobalWindows).
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGlobalWindow.SerializerATypeSerializerforGlobalWindow.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)static GlobalWindowget()inthashCode()longmaxTimestamp()Gets the largest timestamp that still belongs to this window.StringtoString()
-
-
-
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.
-
-