| Package | Description |
|---|---|
| org.apache.flink.runtime.io.disk.iomanager |
| Modifier and Type | Interface and Description |
|---|---|
interface |
BlockChannelWriter
A writer that writes data in blocks to a file channel.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AsynchronousBlockWriter |
class |
AsynchronousBlockWriterWithCallback
An asynchronous implementation of the
BlockChannelWriterWithCallback that queues I/O requests
and calls a callback once they have been handled. |
| 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.
|
Copyright © 2015 The Apache Software Foundation. All rights reserved.