Uses of Class
org.apache.flink.table.runtime.operators.window.groupwindow.triggers.ProcessingTimeTriggers.AfterEndOfWindow
Packages that use ProcessingTimeTriggers.AfterEndOfWindow
-
Uses of ProcessingTimeTriggers.AfterEndOfWindow in org.apache.flink.table.runtime.operators.window.groupwindow.triggers
Methods in org.apache.flink.table.runtime.operators.window.groupwindow.triggers that return ProcessingTimeTriggers.AfterEndOfWindowModifier and TypeMethodDescriptionstatic <W extends Window>
ProcessingTimeTriggers.AfterEndOfWindow<W>ProcessingTimeTriggers.afterEndOfWindow()Creates a trigger that fires when the processing time passes the end of the window.