public class GlobalWindow extends BoundedWindow
GlobalWindows
).Modifier and Type | Class and Description |
---|---|
static class |
GlobalWindow.Coder
GlobalWindow.Coder for encoding and decoding GlobalWindow s. |
Modifier and Type | Field and Description |
---|---|
static GlobalWindow |
INSTANCE
Singleton 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.
|
formatTimestamp, validateTimestampBounds
public static final GlobalWindow INSTANCE
GlobalWindow
.public Instant maxTimestamp()
BoundedWindow
maxTimestamp
in class BoundedWindow
public boolean equals(@Nullable java.lang.Object other)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object