Class GlobalWindow
java.lang.Object
org.apache.flink.streaming.api.windowing.windows.Window
org.apache.flink.streaming.api.windowing.windows.GlobalWindow
The default window into which all data is placed (via
GlobalWindows).-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic GlobalWindowget()inthashCode()longGets the largest timestamp that still belongs to this window.toString()
-
Method Details
-
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.
-
equals
-
hashCode
public int hashCode() -
toString
-