Uses of Package
org.apache.flink.runtime.asyncprocessing.operators.windowing.triggers
-
Classes in org.apache.flink.runtime.asyncprocessing.operators.windowing.triggers used by org.apache.flink.runtime.asyncprocessing.operators.windowing Class Description AsyncTrigger ATriggerdetermines when a pane of a window should be evaluated to emit the results for that part of the window.AsyncTrigger.OnMergeContext Extension ofAsyncTrigger.TriggerContextthat is given toAsyncTrigger.onMerge(Window, OnMergeContext).AsyncTrigger.TriggerContext A context object that is given toAsyncTriggermethods to allow them to register timer callbacks and deal with state. -
Classes in org.apache.flink.runtime.asyncprocessing.operators.windowing.triggers used by org.apache.flink.runtime.asyncprocessing.operators.windowing.triggers Class Description AsyncContinuousEventTimeTrigger AAsyncTriggerthat continuously fires based on a given time interval.AsyncCountTrigger AAsyncTriggerthat fires once the count of elements in a pane reaches the given count.AsyncEventTimeTrigger AAsyncTriggerthat fires once the watermark passes the end of the window to which a pane belongs.AsyncProcessingTimeTrigger ATriggerthat fires once the current system time passes the end of the window to which a pane belongs.AsyncPurgingTrigger A trigger that can turn anyAsyncTriggerinto a purgingTrigger.AsyncTrigger ATriggerdetermines when a pane of a window should be evaluated to emit the results for that part of the window.AsyncTrigger.OnMergeContext Extension ofAsyncTrigger.TriggerContextthat is given toAsyncTrigger.onMerge(Window, OnMergeContext).AsyncTrigger.TriggerContext A context object that is given toAsyncTriggermethods to allow them to register timer callbacks and deal with state. -
Classes in org.apache.flink.runtime.asyncprocessing.operators.windowing.triggers used by org.apache.flink.streaming.runtime.operators.windowing Class Description AsyncTrigger ATriggerdetermines when a pane of a window should be evaluated to emit the results for that part of the window.