Uses of Class
org.apache.flink.streaming.api.windowing.triggers.CountTrigger
Packages that use CountTrigger
-
Uses of CountTrigger in org.apache.flink.streaming.api.windowing.triggers
Methods in org.apache.flink.streaming.api.windowing.triggers that return CountTriggerModifier and TypeMethodDescriptionstatic <W extends Window>
CountTrigger<W>CountTrigger.of(long maxCount) Creates a trigger that fires once the number of elements in a pane reaches the given count.