Package org.apache.flink.runtime.io.disk
Class FileBasedBufferIterator
- java.lang.Object
-
- org.apache.flink.runtime.io.disk.FileBasedBufferIterator
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.apache.flink.util.CloseableIterator
org.apache.flink.util.CloseableIterator.IteratorAdapter<E extends Object>
-
-
Constructor Summary
Constructors Constructor Description FileBasedBufferIterator(org.apache.flink.core.fs.RefCountedFile file, int bytesToRead, int bufferSize)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
close()
boolean
hasNext()
Buffer
next()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.Iterator
forEachRemaining, remove
-
-
-
-
Constructor Detail
-
FileBasedBufferIterator
public FileBasedBufferIterator(org.apache.flink.core.fs.RefCountedFile file, int bytesToRead, int bufferSize) throws FileNotFoundException
- Throws:
FileNotFoundException
-
-