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 class
GlobalWindow.Coder
for encoding and decodingGlobalWindow
s. -
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:BoundedWindow
Returns the inclusive upper bound of timestamps for values in this window.- Specified by:
maxTimestamp
in classBoundedWindow
-
equals
-
hashCode
public int hashCode() -
toString
-