public static class CacheManager.Factory extends Object
Modifier and Type | Method and Description |
---|---|
static CacheManager |
create(AlluxioConfiguration conf,
PageMetaStore pageMetaStore) |
static CacheManager |
get(AlluxioConfiguration conf) |
public static CacheManager get(AlluxioConfiguration conf) throws IOException
conf
- the Alluxio configurationIOException
public static CacheManager create(AlluxioConfiguration conf, PageMetaStore pageMetaStore) throws IOException
conf
- the Alluxio configurationpageMetaStore
- meta store for pagesCacheManager
IOException
Copyright © 2023. All Rights Reserved.