Class ThrottledIterator<T>
java.lang.Object
org.apache.flink.streaming.examples.utils.ThrottledIterator<T>
- Type Parameters:
T-
- All Implemented Interfaces:
Serializable,Iterator<T>
A variant of the collection source (emits a sequence of elements as a stream) that supports
throttling the emission rate.
- See Also: