Uses of Class
org.apache.flink.datastream.impl.extension.window.context.WindowTriggerContext
Packages that use WindowTriggerContext
-
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 WindowTriggerContextModifier and TypeMethodDescriptionstatic <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.