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