Uses of Interface
org.apache.flink.runtime.io.network.partition.hybrid.index.FileDataIndexSpilledRegionManager.Factory
-
Packages that use FileDataIndexSpilledRegionManager.Factory Package Description org.apache.flink.runtime.io.network.partition.hybrid.index -
-
Uses of FileDataIndexSpilledRegionManager.Factory in org.apache.flink.runtime.io.network.partition.hybrid.index
Classes in org.apache.flink.runtime.io.network.partition.hybrid.index that implement FileDataIndexSpilledRegionManager.Factory Modifier and Type Class Description static classFileDataIndexSpilledRegionManagerImpl.Factory<T extends FileDataIndexRegionHelper.Region>Factory ofFileDataIndexSpilledRegionManager.Constructors in org.apache.flink.runtime.io.network.partition.hybrid.index with parameters of type FileDataIndexSpilledRegionManager.Factory Constructor Description FileDataIndexCache(int numSubpartitions, Path indexFilePath, long numRetainedInMemoryRegionsMax, FileDataIndexSpilledRegionManager.Factory<T> spilledRegionManagerFactory)
-