Uses of Class
org.apache.flink.streaming.api.operators.collect.CollectResultIterator
-
Packages that use CollectResultIterator Package Description org.apache.flink.streaming.api.environment org.apache.flink.streaming.api.operators.collect -
-
Uses of CollectResultIterator in org.apache.flink.streaming.api.environment
Methods in org.apache.flink.streaming.api.environment with parameters of type CollectResultIterator Modifier and Type Method Description voidStreamExecutionEnvironment. registerCollectIterator(CollectResultIterator<?> iterator) -
Uses of CollectResultIterator in org.apache.flink.streaming.api.operators.collect
Methods in org.apache.flink.streaming.api.operators.collect that return CollectResultIterator Modifier and Type Method Description CollectResultIterator<T>CollectResultIterator. copy()
-