| 程序包 | 说明 |
|---|---|
| org.apache.flink.runtime.io.disk | |
| org.apache.flink.runtime.io.disk.iomanager | |
| org.apache.flink.runtime.operators.hash |
| 构造器和说明 |
|---|
FileChannelOutputView(BlockChannelWriter<org.apache.flink.core.memory.MemorySegment> writer,
MemoryManager memManager,
List<org.apache.flink.core.memory.MemorySegment> memory,
int segmentSize) |
| 限定符和类型 | 类和说明 |
|---|---|
class |
AsynchronousBlockWriter |
| 限定符和类型 | 方法和说明 |
|---|---|
BlockChannelWriter<org.apache.flink.core.memory.MemorySegment> |
IOManager.createBlockChannelWriter(FileIOChannel.ID channelID)
Creates a block channel writer that writes to the given channel.
|
BlockChannelWriter<org.apache.flink.core.memory.MemorySegment> |
IOManagerAsync.createBlockChannelWriter(FileIOChannel.ID channelID,
LinkedBlockingQueue<org.apache.flink.core.memory.MemorySegment> returnQueue) |
abstract BlockChannelWriter<org.apache.flink.core.memory.MemorySegment> |
IOManager.createBlockChannelWriter(FileIOChannel.ID channelID,
LinkedBlockingQueue<org.apache.flink.core.memory.MemorySegment> returnQueue)
Creates a block channel writer that writes to the given channel.
|
| 构造器和说明 |
|---|
ChannelWriterOutputView(BlockChannelWriter<org.apache.flink.core.memory.MemorySegment> writer,
int segmentSize)
Creates an new ChannelWriterOutputView that writes to the given channel.
|
ChannelWriterOutputView(BlockChannelWriter<org.apache.flink.core.memory.MemorySegment> writer,
List<org.apache.flink.core.memory.MemorySegment> memory,
int segmentSize)
Creates an new ChannelWriterOutputView that writes to the given channel and buffers data in
the given memory segments.
|
| 限定符和类型 | 字段和说明 |
|---|---|
protected BlockChannelWriter<org.apache.flink.core.memory.MemorySegment> |
HashPartition.probeSideChannel |
| 限定符和类型 | 方法和说明 |
|---|---|
BlockChannelWriter<org.apache.flink.core.memory.MemorySegment> |
HashPartition.getBuildSideChannel() |
BlockChannelWriter<org.apache.flink.core.memory.MemorySegment> |
HashPartition.getProbeSideChannel() |
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.