Uses of Class
org.apache.flink.streaming.api.windowing.triggers.CountTrigger
-
Packages that use CountTrigger Package Description org.apache.flink.streaming.api.windowing.triggers -
-
Uses of CountTrigger in org.apache.flink.streaming.api.windowing.triggers
Methods in org.apache.flink.streaming.api.windowing.triggers that return CountTrigger Modifier and Type Method Description static <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.
-