Uses of Class
org.apache.flink.table.runtime.operators.window.groupwindow.triggers.EventTimeTriggers.AfterEndOfWindowNoLate
Packages that use EventTimeTriggers.AfterEndOfWindowNoLate
-
Uses of EventTimeTriggers.AfterEndOfWindowNoLate in org.apache.flink.table.runtime.operators.window.groupwindow.triggers
Methods in org.apache.flink.table.runtime.operators.window.groupwindow.triggers that return EventTimeTriggers.AfterEndOfWindowNoLateModifier and TypeMethodDescriptionEventTimeTriggers.AfterEndOfWindow.withEarlyFirings(Trigger<W> earlyFirings) Creates a newTriggerlike the this, except that it fires repeatedly whenever the givenTriggerfires before the watermark has passed the end of the window.