Uses of Class
org.apache.flink.runtime.asyncprocessing.operators.windowing.triggers.AsyncCountTrigger
Packages that use AsyncCountTrigger
-
Uses of AsyncCountTrigger in org.apache.flink.runtime.asyncprocessing.operators.windowing.triggers
Methods in org.apache.flink.runtime.asyncprocessing.operators.windowing.triggers that return AsyncCountTriggerModifier and TypeMethodDescriptionstatic <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.