| Package | Description |
|---|---|
| org.apache.flink.runtime.io.disk.iomanager |
| Modifier and Type | Class and Description |
|---|---|
class |
QueuingCallback
A
RequestDoneCallback that adds the memory segments to a blocking queue. |
| Modifier and Type | Field and Description |
|---|---|
protected RequestDoneCallback |
AsynchronousFileIOChannel.resultHander
Hander for completed requests
|
| Modifier and Type | Method and Description |
|---|---|
BlockChannelWriterWithCallback |
IOManagerAsync.createBlockChannelWriter(FileIOChannel.ID channelID,
RequestDoneCallback callback) |
abstract BlockChannelWriterWithCallback |
IOManager.createBlockChannelWriter(FileIOChannel.ID channelID,
RequestDoneCallback callback)
Creates a block channel writer that writes to the given channel.
|
| Constructor and Description |
|---|
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.
|
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.