Uses of Class
org.apache.flink.runtime.io.network.partition.hybrid.HsFileDataIndexImpl.InternalRegion
-
Packages that use HsFileDataIndexImpl.InternalRegion Package Description org.apache.flink.runtime.io.network.partition.hybrid org.apache.flink.runtime.io.network.partition.hybrid.index -
-
Uses of HsFileDataIndexImpl.InternalRegion in org.apache.flink.runtime.io.network.partition.hybrid
Methods in org.apache.flink.runtime.io.network.partition.hybrid that return HsFileDataIndexImpl.InternalRegion Modifier and Type Method Description HsFileDataIndexImpl.InternalRegionHsFileDataIndexImpl.HsFileDataIndexRegionHelper. readRegionFromFile(FileChannel channel, long fileOffset)Methods in org.apache.flink.runtime.io.network.partition.hybrid with parameters of type HsFileDataIndexImpl.InternalRegion Modifier and Type Method Description voidHsFileDataIndexImpl.HsFileDataIndexRegionHelper. writeRegionToFile(FileChannel channel, HsFileDataIndexImpl.InternalRegion region) -
Uses of HsFileDataIndexImpl.InternalRegion in org.apache.flink.runtime.io.network.partition.hybrid.index
Methods in org.apache.flink.runtime.io.network.partition.hybrid.index that return HsFileDataIndexImpl.InternalRegion Modifier and Type Method Description static HsFileDataIndexImpl.InternalRegionFileRegionWriteReadUtils. readHsInternalRegionFromFile(FileChannel channel, ByteBuffer headerBuffer, long fileOffset)ReadHsFileDataIndexImpl.InternalRegionfromFileChannel.Methods in org.apache.flink.runtime.io.network.partition.hybrid.index with parameters of type HsFileDataIndexImpl.InternalRegion Modifier and Type Method Description static voidFileRegionWriteReadUtils. writeHsInternalRegionToFile(FileChannel channel, ByteBuffer headerBuffer, HsFileDataIndexImpl.InternalRegion region)
-