| 程序包 | 说明 |
|---|---|
| org.apache.flink.runtime.io.network.partition |
| 限定符和类型 | 方法和说明 |
|---|---|
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. |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
PartitionedFileWriter.writeBuffers(List<BufferWithChannel> bufferWithChannels)
Writes a list of
Buffers to this PartitionedFile. |
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.