Class InputViewIterator<E>

java.lang.Object
org.apache.flink.runtime.io.disk.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 Details

    • InputViewIterator

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

    • 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