Uses of Class
org.apache.flink.datastream.impl.extension.window.context.WindowTriggerContext
-
Packages that use WindowTriggerContext Package Description org.apache.flink.datastream.impl.extension.window.utils -
-
Uses of WindowTriggerContext in org.apache.flink.datastream.impl.extension.window.utils
Methods in org.apache.flink.datastream.impl.extension.window.utils with parameters of type WindowTriggerContext Modifier and Type Method Description static <W extends org.apache.flink.streaming.api.windowing.windows.Window>
voidWindowUtils. deleteCleanupTimer(W window, org.apache.flink.streaming.api.windowing.assigners.WindowAssigner<?,?> windowAssigner, WindowTriggerContext<?,?,W> triggerContext, long allowedLateness)Deletes the cleanup timer set for the contents of the provided window.static <W extends org.apache.flink.streaming.api.windowing.windows.Window>
voidWindowUtils. registerCleanupTimer(W window, org.apache.flink.streaming.api.windowing.assigners.WindowAssigner<?,?> windowAssigner, WindowTriggerContext<?,?,W> triggerContext, long allowedLateness)Registers a timer to cleanup the content of the window.
-