Uses of Class
org.apache.flink.runtime.io.network.partition.hybrid.tiered.file.PartitionFileWriter.SubpartitionBufferContext
-
Packages that use PartitionFileWriter.SubpartitionBufferContext Package Description org.apache.flink.runtime.io.network.partition.hybrid.tiered.file -
-
Uses of PartitionFileWriter.SubpartitionBufferContext in org.apache.flink.runtime.io.network.partition.hybrid.tiered.file
Method parameters in org.apache.flink.runtime.io.network.partition.hybrid.tiered.file with type arguments of type PartitionFileWriter.SubpartitionBufferContext Modifier and Type Method Description CompletableFuture<Void>PartitionFileWriter. write(TieredStoragePartitionId partitionId, List<PartitionFileWriter.SubpartitionBufferContext> buffersToWrite)Write the buffers to the partition file.CompletableFuture<Void>ProducerMergedPartitionFileWriter. write(TieredStoragePartitionId partitionId, List<PartitionFileWriter.SubpartitionBufferContext> buffersToWrite)CompletableFuture<Void>SegmentPartitionFileWriter. write(TieredStoragePartitionId partitionId, List<PartitionFileWriter.SubpartitionBufferContext> buffersToWrite)
-