Class ProducerMergedPartitionFileIndex.FixedSizeRegion

java.lang.Object
org.apache.flink.runtime.io.network.partition.hybrid.tiered.file.ProducerMergedPartitionFileIndex.FixedSizeRegion
All Implemented Interfaces:
FileDataIndexRegionHelper.Region
Enclosing class:
ProducerMergedPartitionFileIndex

public static class ProducerMergedPartitionFileIndex.FixedSizeRegion extends Object implements FileDataIndexRegionHelper.Region
Represents a series of buffers that are:
  • From the same subpartition
  • Logically (i.e. buffer index) consecutive
  • Physically (i.e. offset in the file) consecutive

Note that the region has a fixed size.