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