Class GlobalWindow
java.lang.Object
org.apache.beam.sdk.transforms.windowing.BoundedWindow
org.apache.beam.sdk.transforms.windowing.GlobalWindow
The default window into which all data is placed (via
GlobalWindows).-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classGlobalWindow.Coderfor encoding and decodingGlobalWindows. -
Field Summary
FieldsFields inherited from class org.apache.beam.sdk.transforms.windowing.BoundedWindow
TIMESTAMP_MAX_VALUE, TIMESTAMP_MIN_VALUE -
Method Summary
Methods inherited from class org.apache.beam.sdk.transforms.windowing.BoundedWindow
formatTimestamp, validateTimestampBounds
-
Field Details
-
INSTANCE
Singleton instance ofGlobalWindow.
-
-
Method Details
-
maxTimestamp
Description copied from class:BoundedWindowReturns the inclusive upper bound of timestamps for values in this window.- Specified by:
maxTimestampin classBoundedWindow
-
equals
-
hashCode
public int hashCode() -
toString
-