Uses of Class
org.apache.flink.runtime.io.network.partition.BufferWithSubpartition
Packages that use BufferWithSubpartition
Package
Description
-
Uses of BufferWithSubpartition in org.apache.flink.runtime.io.network.partition
Methods in org.apache.flink.runtime.io.network.partition that return BufferWithSubpartitionModifier and TypeMethodDescriptionDataBuffer.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.HashBasedDataBuffer.getNextBuffer(org.apache.flink.core.memory.MemorySegment transitBuffer) SortBasedDataBuffer.getNextBuffer(org.apache.flink.core.memory.MemorySegment transitBuffer) Method parameters in org.apache.flink.runtime.io.network.partition with type arguments of type BufferWithSubpartitionModifier and TypeMethodDescriptionvoidPartitionedFileWriter.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 BufferWithSubpartitionModifier and TypeMethodDescriptionTieredStorageSortBuffer.getNextBuffer(org.apache.flink.core.memory.MemorySegment transitBuffer)