Package org.apache.flink.runtime.io.disk
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 Summary
Constructors Constructor Description InputViewIterator(org.apache.flink.core.memory.DataInputView inputView, org.apache.flink.api.common.typeutils.TypeSerializer<E> serializer)
-
-
-
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 interfaceorg.apache.flink.util.MutableObjectIterator<E>
- Throws:
IOException
-
next
public E next() throws IOException
- Specified by:
next
in interfaceorg.apache.flink.util.MutableObjectIterator<E>
- Throws:
IOException
-
-