| Package | Description |
|---|---|
| org.apache.flink.runtime.io.disk.iomanager | |
| org.apache.flink.runtime.operators.hash |
| Modifier and Type | Class and Description |
|---|---|
class |
AsynchronousBlockWriter |
| Modifier and Type | Method and Description |
|---|---|
BlockChannelWriter |
IOManager.createBlockChannelWriter(FileIOChannel.ID channelID)
Creates a block channel writer that writes to the given channel.
|
BlockChannelWriter |
IOManagerAsync.createBlockChannelWriter(FileIOChannel.ID channelID,
LinkedBlockingQueue<MemorySegment> returnQueue) |
abstract BlockChannelWriter |
IOManager.createBlockChannelWriter(FileIOChannel.ID channelID,
LinkedBlockingQueue<MemorySegment> returnQueue)
Creates a block channel writer that writes to the given channel.
|
| Constructor and Description |
|---|
ChannelWriterOutputView(BlockChannelWriter writer,
int segmentSize)
Creates an new ChannelWriterOutputView that writes to the given channel.
|
ChannelWriterOutputView(BlockChannelWriter writer,
List<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 |
HashPartition.probeSideChannel |
| Modifier and Type | Method and Description |
|---|---|
BlockChannelWriter |
HashPartition.getBuildSideChannel() |
BlockChannelWriter |
HashPartition.getProbeSideChannel() |
Copyright © 2015 The Apache Software Foundation. All rights reserved.