Google Cloud Dataflow SDK for Java, version 1.9.1
com.google.cloud.dataflow.sdk.transforms.windowing
Class GlobalWindow
- java.lang.Object
-
- com.google.cloud.dataflow.sdk.transforms.windowing.BoundedWindow
-
- com.google.cloud.dataflow.sdk.transforms.windowing.GlobalWindow
-
public class GlobalWindow extends BoundedWindow
The default window into which all data is placed (viaGlobalWindows
).
-
-
Nested Class Summary
Nested Classes Modifier and Type Class and Description static class
GlobalWindow.Coder
GlobalWindow.Coder
for encoding and decodingGlobalWindow
s.
-
Field Summary
Fields Modifier and Type Field and Description static GlobalWindow
INSTANCE
Singleton instance ofGlobalWindow
.-
Fields inherited from class com.google.cloud.dataflow.sdk.transforms.windowing.BoundedWindow
TIMESTAMP_MAX_VALUE, TIMESTAMP_MIN_VALUE
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description Instant
maxTimestamp()
Returns the inclusive upper bound of timestamps for values in this window.
-
-
-
Field Detail
-
INSTANCE
public static final GlobalWindow INSTANCE
Singleton instance ofGlobalWindow
.
-
-
Method Detail
-
maxTimestamp
public Instant maxTimestamp()
Description copied from class:BoundedWindow
Returns the inclusive upper bound of timestamps for values in this window.- Specified by:
maxTimestamp
in classBoundedWindow
-
-