public class InputViewIterator<E> extends Object implements org.apache.flink.util.MutableObjectIterator<E>
| Constructor and Description |
|---|
InputViewIterator(org.apache.flink.core.memory.DataInputView inputView,
org.apache.flink.api.common.typeutils.TypeSerializer<E> serializer) |
public InputViewIterator(org.apache.flink.core.memory.DataInputView inputView,
org.apache.flink.api.common.typeutils.TypeSerializer<E> serializer)
public E next(E reuse) throws IOException
next in interface org.apache.flink.util.MutableObjectIterator<E>IOExceptionpublic E next() throws IOException
next in interface org.apache.flink.util.MutableObjectIterator<E>IOExceptionCopyright © 2014–2024 The Apache Software Foundation. All rights reserved.