Uses of Class
org.apache.flink.runtime.io.disk.iomanager.FileSegment
Packages that use FileSegment
-
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 FileSegmentModifier and TypeMethodDescriptionabstract BufferFileSegmentReaderIOManager.createBufferFileSegmentReader(FileIOChannel.ID channelID, RequestDoneCallback<FileSegment> callback) IOManagerAsync.createBufferFileSegmentReader(FileIOChannel.ID channelID, RequestDoneCallback<FileSegment> callback) Constructor parameters in org.apache.flink.runtime.io.disk.iomanager with type arguments of type FileSegmentModifierConstructorDescriptionprotectedAsynchronousBufferFileSegmentReader(FileIOChannel.ID channelID, RequestQueue<org.apache.flink.runtime.io.disk.iomanager.ReadRequest> requestQueue, RequestDoneCallback<FileSegment> callback)