Uses of Interface
org.apache.flink.runtime.io.network.partition.hybrid.index.FileDataIndexRegionHelper
-
Packages that use FileDataIndexRegionHelper Package Description org.apache.flink.runtime.io.network.partition.hybrid.index -
-
Uses of FileDataIndexRegionHelper in org.apache.flink.runtime.io.network.partition.hybrid.index
Constructors in org.apache.flink.runtime.io.network.partition.hybrid.index with parameters of type FileDataIndexRegionHelper Constructor Description Factory(int regionGroupSizeInBytes, long maxCacheCapacity, int regionHeaderSize, FileDataIndexRegionHelper<T> fileDataIndexRegionHelper)FileDataIndexSpilledRegionManagerImpl(int numSubpartitions, Path indexFilePath, int regionGroupSizeInBytes, long maxCacheCapacity, int regionHeaderSize, BiConsumer<Integer,T> cacheRegionConsumer, FileDataIndexRegionHelper<T> fileDataIndexRegionHelper)
-