public static class CacheManager.Factory extends Object
Modifier and Type | Method and Description |
---|---|
static CacheManager |
create(AlluxioConfiguration conf) |
static CacheManager |
create(AlluxioConfiguration conf,
CacheManagerOptions options,
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) throws IOException
conf
- the Alluxio configurationCacheManager
IOException
public static CacheManager create(AlluxioConfiguration conf, CacheManagerOptions options, PageMetaStore pageMetaStore) throws IOException
conf
- the Alluxio configurationoptions
- the options for local cache managerpageMetaStore
- meta store for pagesCacheManager
IOException
Copyright © 2023. All Rights Reserved.