Uses of Class
org.apache.flink.runtime.asyncprocessing.operators.windowing.triggers.AsyncContinuousEventTimeTrigger
Packages that use AsyncContinuousEventTimeTrigger
-
Uses of AsyncContinuousEventTimeTrigger in org.apache.flink.runtime.asyncprocessing.operators.windowing.triggers
Methods in org.apache.flink.runtime.asyncprocessing.operators.windowing.triggers that return AsyncContinuousEventTimeTriggerModifier and TypeMethodDescriptionstatic <W extends Window>
AsyncContinuousEventTimeTrigger<W>Creates a trigger that continuously fires based on the given interval.