Interface BufferFileSegmentReader
-
- All Superinterfaces:
FileIOChannel
- All Known Implementing Classes:
AsynchronousBufferFileSegmentReader
public interface BufferFileSegmentReader extends FileIOChannel
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.apache.flink.runtime.io.disk.iomanager.FileIOChannel
FileIOChannel.Enumerator, FileIOChannel.ID
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
hasReachedEndOfFile()
void
read()
void
seekTo(long position)
-
Methods inherited from interface org.apache.flink.runtime.io.disk.iomanager.FileIOChannel
close, closeAndDelete, deleteChannel, getChannelID, getNioFileChannel, getSize, isClosed
-
-
-
-
Method Detail
-
read
void read() throws IOException
- Throws:
IOException
-
seekTo
void seekTo(long position) throws IOException
- Throws:
IOException
-
hasReachedEndOfFile
boolean hasReachedEndOfFile()
-
-