Uses of Class
org.apache.flink.runtime.asyncprocessing.operators.windowing.triggers.AsyncPurgingTrigger
Packages that use AsyncPurgingTrigger
-
Uses of AsyncPurgingTrigger in org.apache.flink.runtime.asyncprocessing.operators.windowing.triggers
Methods in org.apache.flink.runtime.asyncprocessing.operators.windowing.triggers that return AsyncPurgingTriggerModifier and TypeMethodDescriptionstatic <T,W extends Window>
AsyncPurgingTrigger<T,W> AsyncPurgingTrigger.of(AsyncTrigger<T, W> nestedTrigger) Creates a new purging trigger from the givenTrigger.