public static class CacheManager.Factory
extends java.lang.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 java.io.IOException
conf - the Alluxio configurationjava.io.IOExceptionpublic static CacheManager create(AlluxioConfiguration conf) throws java.io.IOException
conf - the Alluxio configurationCacheManagerjava.io.IOExceptionpublic static CacheManager create(AlluxioConfiguration conf, CacheManagerOptions options, PageMetaStore pageMetaStore) throws java.io.IOException
conf - the Alluxio configurationoptions - the options for local cache managerpageMetaStore - meta store for pagesCacheManagerjava.io.IOExceptionCopyright © 2022. All Rights Reserved.