Uses of Class
org.apache.flink.runtime.io.network.partition.BufferWithChannel
-
Packages that use BufferWithChannel Package Description org.apache.flink.runtime.io.network.partition org.apache.flink.runtime.io.network.partition.hybrid.tiered.storage -
-
Uses of BufferWithChannel in org.apache.flink.runtime.io.network.partition
Methods in org.apache.flink.runtime.io.network.partition that return BufferWithChannel Modifier and Type Method Description BufferWithChannelDataBuffer. getNextBuffer(org.apache.flink.core.memory.MemorySegment transitBuffer)Copies data in thisDataBufferto the targetMemorySegmentin channel index order and returnsBufferWithChannelwhich contains the copied data and the corresponding channel index.BufferWithChannelHashBasedDataBuffer. getNextBuffer(org.apache.flink.core.memory.MemorySegment transitBuffer)BufferWithChannelSortBasedDataBuffer. getNextBuffer(org.apache.flink.core.memory.MemorySegment transitBuffer)Method parameters in org.apache.flink.runtime.io.network.partition with type arguments of type BufferWithChannel Modifier and Type Method Description voidPartitionedFileWriter. writeBuffers(List<BufferWithChannel> bufferWithChannels)Writes a list ofBuffers to thisPartitionedFile. -
Uses of BufferWithChannel 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 BufferWithChannel Modifier and Type Method Description BufferWithChannelTieredStorageSortBuffer. getNextBuffer(org.apache.flink.core.memory.MemorySegment transitBuffer)
-