Interface BulkBlockChannelReader
-
- All Superinterfaces:
FileIOChannel
- All Known Implementing Classes:
AsynchronousBulkBlockReader
public interface BulkBlockChannelReader 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 List<org.apache.flink.core.memory.MemorySegment>
getFullSegments()
-
Methods inherited from interface org.apache.flink.runtime.io.disk.iomanager.FileIOChannel
close, closeAndDelete, deleteChannel, getChannelID, getNioFileChannel, getSize, isClosed
-
-
-
-
Method Detail
-
getFullSegments
List<org.apache.flink.core.memory.MemorySegment> getFullSegments()
-
-