Class SimpleCloseableInputProvider<E>

    • Constructor Detail

      • SimpleCloseableInputProvider

        public SimpleCloseableInputProvider​(org.apache.flink.util.MutableObjectIterator<E> iterator)
        Creates a new simple input provider that will return the given iterator.
        Parameters:
        iterator - The iterator that will be returned.