Interface FileDataIndexSpilledRegionManager.Factory<T extends FileDataIndexRegionHelper.Region>
- All Known Implementing Classes:
FileDataIndexSpilledRegionManagerImpl.Factory
- Enclosing interface:
- FileDataIndexSpilledRegionManager<T extends FileDataIndexRegionHelper.Region>
public static interface FileDataIndexSpilledRegionManager.Factory<T extends FileDataIndexRegionHelper.Region>
Factory of
FileDataIndexSpilledRegionManager.-
Method Summary
Modifier and TypeMethodDescriptioncreate(int numSubpartitions, Path indexFilePath, BiConsumer<Integer, T> cacheRegionConsumer)
-
Method Details
-
create
FileDataIndexSpilledRegionManager<T> create(int numSubpartitions, Path indexFilePath, BiConsumer<Integer, T> cacheRegionConsumer)
-