Class CountTrigger<W extends Window>

java.lang.Object
org.apache.flink.streaming.api.windowing.triggers.Trigger<Object,W>
org.apache.flink.streaming.api.windowing.triggers.CountTrigger<W>
Type Parameters:
W - The type of Windows on which this trigger can operate.
All Implemented Interfaces:
Serializable

@PublicEvolving public class CountTrigger<W extends Window> extends Trigger<Object,W>
A Trigger that fires once the count of elements in a pane reaches the given count.
See Also: