public final class Never
extends java.lang.Object
Trigger
which never fires.
Using this trigger will only produce output when the watermark passes the end of the window
plus the allowed lateness
.
Modifier and Type | Class and Description |
---|---|
static class |
Never.NeverTrigger
The actual trigger class for
Never triggers. |
Constructor and Description |
---|
Never() |
Modifier and Type | Method and Description |
---|---|
static Never.NeverTrigger |
ever()
Returns a trigger which never fires.
|
public static Never.NeverTrigger ever()
GroupByKey
when the BoundedWindow
closes.