| Package | Description |
|---|---|
| org.apache.flink.runtime.io.disk.iomanager |
| Modifier and Type | Field and Description |
|---|---|
protected RequestQueue<R> |
AsynchronousFileIOChannel.requestQueue
A request queue for submitting asynchronous requests to the corresponding IO worker thread.
|
| Constructor and Description |
|---|
AsynchronousBlockReader(FileIOChannel.ID channelID,
RequestQueue<org.apache.flink.runtime.io.disk.iomanager.ReadRequest> requestQueue,
LinkedBlockingQueue<MemorySegment> returnSegments)
Creates a new block channel reader for the given channel.
|
AsynchronousBlockWriter(FileIOChannel.ID channelID,
RequestQueue<org.apache.flink.runtime.io.disk.iomanager.WriteRequest> requestQueue,
LinkedBlockingQueue<MemorySegment> returnSegments)
Creates a new block channel writer for the given channel.
|
AsynchronousBlockWriterWithCallback(FileIOChannel.ID channelID,
RequestQueue<org.apache.flink.runtime.io.disk.iomanager.WriteRequest> requestQueue,
RequestDoneCallback callback)
Creates a new asynchronous block writer for the given channel.
|
AsynchronousBulkBlockReader(FileIOChannel.ID channelID,
RequestQueue<org.apache.flink.runtime.io.disk.iomanager.ReadRequest> requestQueue,
List<MemorySegment> sourceSegments,
int numBlocks) |
AsynchronousFileIOChannel(FileIOChannel.ID channelID,
RequestQueue<R> requestQueue,
RequestDoneCallback callback,
boolean writeEnabled)
Creates a new channel access to the path indicated by the given ID.
|
Copyright © 2015 The Apache Software Foundation. All rights reserved.