Uses of Package
org.apache.flink.table.runtime.operators.window.groupwindow.triggers
Packages that use org.apache.flink.table.runtime.operators.window.groupwindow.triggers
Package
Description
-
Classes in org.apache.flink.table.runtime.operators.window.groupwindow.triggers used by org.apache.flink.table.runtime.operators.window.groupwindow.operatorClassDescriptionA
Triggerdetermines when a pane of a window should be evaluated to emit the results for that part of the window. -
Classes in org.apache.flink.table.runtime.operators.window.groupwindow.triggers used by org.apache.flink.table.runtime.operators.window.groupwindow.triggersClassDescriptionA
Triggerthat fires at some point after a specified number of input elements have arrived.ATriggerthat triggers on every element.ATriggerthat fires once the watermark passes the end of the window to which a pane belongs.A compositeTriggerthat consist of AfterEndOfWindow and a late trigger.ATriggerthat fires once the current system time passes the end of the window to which a pane belongs.A compositeTriggerthat consist of AfterEndOfWindow and a early trigger.Trigger every a given interval, the first trigger time is interval after the first element in the pane.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.AWindowTriggerdetermines when a window should be evaluated to emit the results.