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
ConstructorsConstructorDescriptionInputViewIterator(org.apache.flink.core.memory.DataInputView inputView, org.apache.flink.api.common.typeutils.TypeSerializer<E> serializer) -
Method Summary
-
Constructor Details
-
InputViewIterator
public InputViewIterator(org.apache.flink.core.memory.DataInputView inputView, org.apache.flink.api.common.typeutils.TypeSerializer<E> serializer)
-
-
Method Details
-
next
- Specified by:
nextin interfaceorg.apache.flink.util.MutableObjectIterator<E>- Throws:
IOException
-
next
- Specified by:
nextin interfaceorg.apache.flink.util.MutableObjectIterator<E>- Throws:
IOException
-