Class InputViewIterator<E>

  • All Implemented Interfaces:
    org.apache.flink.util.MutableObjectIterator<E>

    public class InputViewIterator<E>
    extends Object
    implements org.apache.flink.util.MutableObjectIterator<E>
    • Constructor Detail

      • InputViewIterator

        public InputViewIterator​(org.apache.flink.core.memory.DataInputView inputView,
                                 org.apache.flink.api.common.typeutils.TypeSerializer<E> serializer)
    • Method Detail

      • next

        public E next​(E reuse)
               throws IOException
        Specified by:
        next in interface org.apache.flink.util.MutableObjectIterator<E>
        Throws:
        IOException
      • next

        public E next()
               throws IOException
        Specified by:
        next in interface org.apache.flink.util.MutableObjectIterator<E>
        Throws:
        IOException