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