Class Never
java.lang.Object
org.apache.beam.sdk.transforms.windowing.Never
A
Trigger
which never fires.
Using this trigger will only produce output when the watermark passes the end of the window
plus the allowed lateness
.
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Never.NeverTrigger
ever()
Returns a trigger which never fires.
-
Constructor Details
-
Never
public Never()
-
-
Method Details
-
ever
Returns a trigger which never fires. Output will be produced from the usingGroupByKey
when theBoundedWindow
closes.
-