Uses of Package
org.apache.flink.streaming.api.windowing.triggers
Packages that use org.apache.flink.streaming.api.windowing.triggers
Package
Description
-
-
-
Classes in org.apache.flink.streaming.api.windowing.triggers used by org.apache.flink.streaming.api.datastreamClassDescriptionA
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.streaming.api.windowing.triggers used by org.apache.flink.streaming.api.windowing.assignersClassDescriptionA
Triggerdetermines 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. -
Classes in org.apache.flink.streaming.api.windowing.triggers used by org.apache.flink.streaming.api.windowing.triggersClassDescriptionA
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.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. -
Classes in org.apache.flink.streaming.api.windowing.triggers used by org.apache.flink.streaming.runtime.operators.windowingClassDescriptionA
Triggerdetermines 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.