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