Uses of Class
org.apache.flink.runtime.io.network.partition.hybrid.HsFileDataIndex.ReadableRegion
-
Packages that use HsFileDataIndex.ReadableRegion Package Description org.apache.flink.runtime.io.network.partition.hybrid -
-
Uses of HsFileDataIndex.ReadableRegion in org.apache.flink.runtime.io.network.partition.hybrid
Methods in org.apache.flink.runtime.io.network.partition.hybrid that return types with arguments of type HsFileDataIndex.ReadableRegion Modifier and Type Method Description Optional<HsFileDataIndex.ReadableRegion>HsFileDataIndex. getReadableRegion(int subpartitionId, int bufferIndex, int consumingOffset)Get aHsFileDataIndex.ReadableRegionfor the given subpartition that starts with the given buffer index, if existed.Optional<HsFileDataIndex.ReadableRegion>HsFileDataIndexImpl. getReadableRegion(int subpartitionId, int bufferIndex, int consumingOffset)
-