| 程序包 | 说明 |
|---|---|
| org.apache.flink.runtime.io.disk.iomanager |
| 限定符和类型 | 接口和说明 |
|---|---|
interface |
BlockChannelWriter<T>
A writer that writes data in blocks to a file channel.
|
interface |
BufferFileWriter |
| 限定符和类型 | 类和说明 |
|---|---|
class |
AsynchronousBlockWriter |
class |
AsynchronousBlockWriterWithCallback
An asynchronous implementation of the
BlockChannelWriterWithCallback that queues I/O
requests and calls a callback once they have been handled. |
class |
AsynchronousBufferFileWriter |
| 限定符和类型 | 方法和说明 |
|---|---|
BlockChannelWriterWithCallback<org.apache.flink.core.memory.MemorySegment> |
IOManagerAsync.createBlockChannelWriter(FileIOChannel.ID channelID,
RequestDoneCallback<org.apache.flink.core.memory.MemorySegment> callback) |
abstract BlockChannelWriterWithCallback<org.apache.flink.core.memory.MemorySegment> |
IOManager.createBlockChannelWriter(FileIOChannel.ID channelID,
RequestDoneCallback<org.apache.flink.core.memory.MemorySegment> callback)
Creates a block channel writer that writes to the given channel.
|
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.