Uses of Interface
org.apache.flink.runtime.io.network.partition.hybrid.index.FileDataIndexRegionHelper.Region
Packages that use FileDataIndexRegionHelper.Region
Package
Description
-
Uses of FileDataIndexRegionHelper.Region in org.apache.flink.runtime.io.network.partition.hybrid.index
Classes in org.apache.flink.runtime.io.network.partition.hybrid.index with type parameters of type FileDataIndexRegionHelper.RegionModifier and TypeClassDescriptionclassA cache layer of hybrid data index.interfaceFileDataIndexRegionHelperis responsible for writing aFileDataIndexRegionHelper.Regionto the file or reading aFileDataIndexRegionHelper.Regionfrom file.interfaceThis class is responsible for spilling region to disk and managing these spilled regions.static interfaceFactory ofFileDataIndexSpilledRegionManager.classDefault implementation ofFileDataIndexSpilledRegionManager.static classFactory ofFileDataIndexSpilledRegionManager.Methods in org.apache.flink.runtime.io.network.partition.hybrid.index with parameters of type FileDataIndexRegionHelper.RegionModifier and TypeMethodDescriptionstatic 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.RegionModifier and TypeClassDescriptionstatic classRepresents a series of buffers that are: From the same subpartition Logically (i.e. buffer index) consecutive Physically (i.e. offset in the file) consecutive