| Package | Description |
|---|---|
| org.apache.flink.runtime.io.disk | |
| org.apache.flink.runtime.io.disk.iomanager | |
| org.apache.flink.runtime.operators.hash |
| Constructor and Description |
|---|
FileChannelOutputView(BlockChannelWriter<org.apache.flink.core.memory.MemorySegment> writer,
MemoryManager memManager,
List<org.apache.flink.core.memory.MemorySegment> memory,
int segmentSize) |
| Modifier and Type | Class and Description |
|---|---|
class |
AsynchronousBlockWriter |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Constructor and Description |
|---|
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.
|
| Modifier and Type | Field and Description |
|---|---|
protected BlockChannelWriter<org.apache.flink.core.memory.MemorySegment> |
HashPartition.probeSideChannel |
| Modifier and Type | Method and Description |
|---|---|
BlockChannelWriter<org.apache.flink.core.memory.MemorySegment> |
HashPartition.getBuildSideChannel() |
BlockChannelWriter<org.apache.flink.core.memory.MemorySegment> |
HashPartition.getProbeSideChannel() |
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.