java.lang.Object
org.apache.flink.runtime.asyncprocessing.operators.windowing.triggers.AsyncTrigger<Object,W>
org.apache.flink.runtime.asyncprocessing.operators.windowing.triggers.AsyncCountTrigger<W>
Type Parameters:
W - The type of Windows on which this trigger can operate.
All Implemented Interfaces:
Serializable

@Experimental public class AsyncCountTrigger<W extends Window> extends AsyncTrigger<Object,W>
A AsyncTrigger that fires once the count of elements in a pane reaches the given count. This is for async window operator.
See Also: