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 ofFileDataIndexSpilledRegionManager.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FileDataIndexSpilledRegionManager<T>create(int numSubpartitions, Path indexFilePath, BiConsumer<Integer,T> cacheRegionConsumer)
-
-
-
Method Detail
-
create
FileDataIndexSpilledRegionManager<T> create(int numSubpartitions, Path indexFilePath, BiConsumer<Integer,T> cacheRegionConsumer)
-
-