Uses of Class
org.apache.flink.runtime.asyncprocessing.operators.windowing.triggers.AsyncCountTrigger
-
Packages that use AsyncCountTrigger Package Description org.apache.flink.runtime.asyncprocessing.operators.windowing.triggers -
-
Uses of AsyncCountTrigger in org.apache.flink.runtime.asyncprocessing.operators.windowing.triggers
Methods in org.apache.flink.runtime.asyncprocessing.operators.windowing.triggers that return AsyncCountTrigger Modifier and Type Method Description static <W extends Window>
AsyncCountTrigger<W>AsyncCountTrigger. of(long maxCount)Creates a trigger that fires once the number of elements in a pane reaches the given count.
-