| Package | Description |
|---|---|
| org.apache.flink.runtime.io.network.partition.hybrid.tiered.file |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<Void> |
SegmentPartitionFileWriter.write(TieredStoragePartitionId partitionId,
List<PartitionFileWriter.SubpartitionBufferContext> buffersToWrite) |
CompletableFuture<Void> |
ProducerMergedPartitionFileWriter.write(TieredStoragePartitionId partitionId,
List<PartitionFileWriter.SubpartitionBufferContext> buffersToWrite) |
CompletableFuture<Void> |
PartitionFileWriter.write(TieredStoragePartitionId partitionId,
List<PartitionFileWriter.SubpartitionBufferContext> buffersToWrite)
Write the buffers to the partition file.
|
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.