Uses of Interface
org.apache.flink.runtime.io.network.partition.hybrid.index.FileDataIndexRegionHelper.Region
-
Packages that use FileDataIndexRegionHelper.Region Package Description org.apache.flink.runtime.io.network.partition.hybrid.index org.apache.flink.runtime.io.network.partition.hybrid.tiered.file -
-
Uses of FileDataIndexRegionHelper.Region in org.apache.flink.runtime.io.network.partition.hybrid.index
Methods in org.apache.flink.runtime.io.network.partition.hybrid.index with parameters of type FileDataIndexRegionHelper.Region Modifier and Type Method Description static voidFileRegionWriteReadUtils. writeFixedSizeRegionToFile(FileChannel channel, ByteBuffer regionBuffer, FileDataIndexRegionHelper.Region region) -
Uses of FileDataIndexRegionHelper.Region in org.apache.flink.runtime.io.network.partition.hybrid.tiered.file
Classes in org.apache.flink.runtime.io.network.partition.hybrid.tiered.file that implement FileDataIndexRegionHelper.Region Modifier and Type Class Description static classProducerMergedPartitionFileIndex.FixedSizeRegionRepresents a series of buffers that are: From the same subpartition Logically (i.e. buffer index) consecutive Physically (i.e. offset in the file) consecutive
-