Package org.apache.flink.streaming.api.windowing.triggers
-
Interface Summary Interface Description Trigger.OnMergeContext Extension ofTrigger.TriggerContextthat is given toTrigger.onMerge(Window, OnMergeContext).Trigger.TriggerContext A context object that is given toTriggermethods to allow them to register timer callbacks and deal with state. -
Class Summary Class Description CountTrigger<W extends Window> ATriggerthat fires once the count of elements in a pane reaches the given count.EventTimeTrigger ATriggerthat fires once the watermark passes the end of the window to which a pane belongs.ProcessingTimeTrigger ATriggerthat 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 anyTriggerinto a purgingTrigger.Trigger<T,W extends Window> ATriggerdetermines when a pane of a window should be evaluated to emit the results for that part of the window. -
Enum Summary Enum Description TriggerResult Result type for trigger methods.