| Package | Description |
|---|---|
| org.apache.flink.runtime.io.network.partition |
| Modifier and Type | Method and Description |
|---|---|
BufferWithChannel |
DataBuffer.getNextBuffer(org.apache.flink.core.memory.MemorySegment transitBuffer)
Copies data in this
DataBuffer to the target MemorySegment in channel index
order and returns BufferWithChannel which contains the copied data and the
corresponding channel index. |
BufferWithChannel |
HashBasedDataBuffer.getNextBuffer(org.apache.flink.core.memory.MemorySegment transitBuffer) |
BufferWithChannel |
SortBasedDataBuffer.getNextBuffer(org.apache.flink.core.memory.MemorySegment transitBuffer) |
| Modifier and Type | Method and Description |
|---|---|
void |
PartitionedFileWriter.writeBuffers(List<BufferWithChannel> bufferWithChannels)
Writes a list of
Buffers to this PartitionedFile. |
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.