Class CountBundleTrigger<T>

java.lang.Object
org.apache.flink.table.runtime.operators.bundle.trigger.CountBundleTrigger<T>
All Implemented Interfaces:
Serializable, BundleTrigger<T>

public class CountBundleTrigger<T> extends Object implements BundleTrigger<T>
A BundleTrigger that fires once the count of elements in a bundle reaches the given count.
See Also: