public class GlobalWindow extends BoundedWindow
GlobalWindows).| Modifier and Type | Class and Description | 
|---|---|
| static class  | GlobalWindow.CoderGlobalWindow.Coderfor encoding and decodingGlobalWindows. | 
| Modifier and Type | Field and Description | 
|---|---|
| static GlobalWindow | INSTANCESingleton instance of  GlobalWindow. | 
TIMESTAMP_MAX_VALUE, TIMESTAMP_MIN_VALUE| Modifier and Type | Method and Description | 
|---|---|
| boolean | equals(@Nullable java.lang.Object other) | 
| int | hashCode() | 
| Instant | maxTimestamp()Returns the inclusive upper bound of timestamps for values in this window. | 
| java.lang.String | toString() | 
formatTimestamp, validateTimestampBoundspublic static final GlobalWindow INSTANCE
GlobalWindow.public Instant maxTimestamp()
BoundedWindowmaxTimestamp in class BoundedWindowpublic boolean equals(@Nullable java.lang.Object other)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object