Uses of Class
org.apache.flink.runtime.io.network.partition.BufferWithSubpartition
-
Packages that use BufferWithSubpartition Package Description org.apache.flink.runtime.io.network.partition org.apache.flink.runtime.io.network.partition.hybrid.tiered.storage -
-
Uses of BufferWithSubpartition in org.apache.flink.runtime.io.network.partition
Methods in org.apache.flink.runtime.io.network.partition that return BufferWithSubpartition Modifier and Type Method Description BufferWithSubpartitionDataBuffer. getNextBuffer(org.apache.flink.core.memory.MemorySegment transitBuffer)Copies data in thisDataBufferto the targetMemorySegmentin subpartition index order and returnsBufferWithSubpartitionwhich contains the copied data and the corresponding subpartition index.BufferWithSubpartitionHashBasedDataBuffer. getNextBuffer(org.apache.flink.core.memory.MemorySegment transitBuffer)BufferWithSubpartitionSortBasedDataBuffer. getNextBuffer(org.apache.flink.core.memory.MemorySegment transitBuffer)Method parameters in org.apache.flink.runtime.io.network.partition with type arguments of type BufferWithSubpartition Modifier and Type Method Description voidPartitionedFileWriter. writeBuffers(List<BufferWithSubpartition> bufferWithSubpartitions)Writes a list ofBuffers to thisPartitionedFile. -
Uses of BufferWithSubpartition in org.apache.flink.runtime.io.network.partition.hybrid.tiered.storage
Methods in org.apache.flink.runtime.io.network.partition.hybrid.tiered.storage that return BufferWithSubpartition Modifier and Type Method Description BufferWithSubpartitionTieredStorageSortBuffer. getNextBuffer(org.apache.flink.core.memory.MemorySegment transitBuffer)
-