public static class FileDataIndexSpilledRegionManagerImpl.Factory<T extends FileDataIndexRegionHelper.Region> extends Object implements FileDataIndexSpilledRegionManager.Factory<T>
FileDataIndexSpilledRegionManager.| Constructor and Description |
|---|
Factory(int regionGroupSizeInBytes,
long maxCacheCapacity,
int regionHeaderSize,
FileDataIndexRegionHelper<T> fileDataIndexRegionHelper) |
| Modifier and Type | Method and Description |
|---|---|
FileDataIndexSpilledRegionManager<T> |
create(int numSubpartitions,
Path indexFilePath,
BiConsumer<Integer,T> cacheRegionConsumer) |
public Factory(int regionGroupSizeInBytes,
long maxCacheCapacity,
int regionHeaderSize,
FileDataIndexRegionHelper<T> fileDataIndexRegionHelper)
public FileDataIndexSpilledRegionManager<T> create(int numSubpartitions, Path indexFilePath, BiConsumer<Integer,T> cacheRegionConsumer)
create in interface FileDataIndexSpilledRegionManager.Factory<T extends FileDataIndexRegionHelper.Region>Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.