Uses of Class
org.apache.flink.table.runtime.operators.window.groupwindow.triggers.WindowTrigger
Packages that use WindowTrigger
-
Uses of WindowTrigger in org.apache.flink.table.runtime.operators.window.groupwindow.triggers
Modifier and TypeClassDescriptionstatic final classEventTimeTriggers.AfterEndOfWindow<W extends Window>ATriggerthat fires once the watermark passes the end of the window to which a pane belongs.static final classA compositeTriggerthat consist of AfterEndOfWindow and a early trigger and late trigger.static final classEventTimeTriggers.AfterEndOfWindowNoLate<W extends Window>A compositeTriggerthat consist of AfterEndOfWindow and a late trigger.static final classProcessingTimeTriggers.AfterEndOfWindow<W extends Window>ATriggerthat fires once the current system time passes the end of the window to which a pane belongs.static final classA compositeTriggerthat consist of AfterEndOfWindow and a early trigger.static final classTrigger every a given interval, the first trigger time is interval after the first element in the pane.