Uses of Interface
org.apache.flink.runtime.io.network.partition.hybrid.index.FileDataIndexSpilledRegionManager
-
Packages that use FileDataIndexSpilledRegionManager Package Description org.apache.flink.runtime.io.network.partition.hybrid.index -
-
Uses of FileDataIndexSpilledRegionManager in org.apache.flink.runtime.io.network.partition.hybrid.index
Classes in org.apache.flink.runtime.io.network.partition.hybrid.index that implement FileDataIndexSpilledRegionManager Modifier and Type Class Description classFileDataIndexSpilledRegionManagerImpl<T extends FileDataIndexRegionHelper.Region>Default implementation ofFileDataIndexSpilledRegionManager.Methods in org.apache.flink.runtime.io.network.partition.hybrid.index that return FileDataIndexSpilledRegionManager Modifier and Type Method Description FileDataIndexSpilledRegionManager<T>FileDataIndexSpilledRegionManager.Factory. create(int numSubpartitions, Path indexFilePath, BiConsumer<Integer,T> cacheRegionConsumer)FileDataIndexSpilledRegionManager<T>FileDataIndexSpilledRegionManagerImpl.Factory. create(int numSubpartitions, Path indexFilePath, BiConsumer<Integer,T> cacheRegionConsumer)
-