Uses of Interface
org.apache.flink.runtime.io.network.partition.hybrid.index.FileDataIndexRegionHelper
Packages that use FileDataIndexRegionHelper
-
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 FileDataIndexRegionHelperModifierConstructorDescriptionFactory(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)