Uses of Class
org.apache.flink.runtime.io.disk.iomanager.FileSegment
-
Packages that use FileSegment Package Description org.apache.flink.runtime.io.disk.iomanager -
-
Uses of FileSegment in org.apache.flink.runtime.io.disk.iomanager
Method parameters in org.apache.flink.runtime.io.disk.iomanager with type arguments of type FileSegment Modifier and Type Method Description abstract BufferFileSegmentReader
IOManager. createBufferFileSegmentReader(FileIOChannel.ID channelID, RequestDoneCallback<FileSegment> callback)
BufferFileSegmentReader
IOManagerAsync. createBufferFileSegmentReader(FileIOChannel.ID channelID, RequestDoneCallback<FileSegment> callback)
Constructor parameters in org.apache.flink.runtime.io.disk.iomanager with type arguments of type FileSegment Constructor Description AsynchronousBufferFileSegmentReader(FileIOChannel.ID channelID, RequestQueue<org.apache.flink.runtime.io.disk.iomanager.ReadRequest> requestQueue, RequestDoneCallback<FileSegment> callback)
-