ContinuousEventTimeTrigger<W extends Window> |
A Trigger that continuously fires based on a given time interval.
|
ContinuousProcessingTimeTrigger<W extends Window> |
A Trigger that continuously fires based on a given time interval as measured by the clock
of the machine on which the job is running.
|
CountTrigger<W extends Window> |
A Trigger that fires once the count of elements in a pane reaches the given count.
|
DeltaTrigger<T,W extends Window> |
|
EventTimeTrigger |
A Trigger that fires once the watermark passes the end of the window to which a pane
belongs.
|
ProcessingTimeoutTrigger<T,W extends Window> |
|
ProcessingTimeTrigger |
A Trigger that fires once the current system time passes the end of the window to which a
pane belongs.
|
PurgingTrigger<T,W extends Window> |
A trigger that can turn any Trigger into a purging Trigger .
|
Trigger<T,W extends Window> |
A Trigger determines when a pane of a window should be evaluated to emit the results for
that part of the window.
|