Class DataStream.Collector<T>

    • Constructor Detail

      • Collector

        public Collector()
    • Method Detail

      • getOutput

        public CloseableIterator<T> getOutput()
        Returns an iterator over the collected elements. The returned iterator must only be used once the job execution was triggered.

        This method will always return the same iterator instance.

        Returns:
        iterator over collected elements