Package org.apache.flink.runtime.io.network.partition.hybrid.index
package org.apache.flink.runtime.io.network.partition.hybrid.index
-
ClassDescriptionA cache layer of hybrid data index.
FileDataIndexRegionHelperis responsible for writing aFileDataIndexRegionHelper.Regionto the file or reading aFileDataIndexRegionHelper.Regionfrom file.AFileDataIndexRegionHelper.RegionRepresents a series of buffers that are: From the same subpartition Logically (i.e. buffer index) consecutive Physically (i.e. offset in the file) consecutiveThis class is responsible for spilling region to disk and managing these spilled regions.Factory ofFileDataIndexSpilledRegionManager.Default implementation ofFileDataIndexSpilledRegionManager.Factory ofFileDataIndexSpilledRegionManager.Utils for read and writeFileDataIndexRegionHelper.Region.