| Package | Description |
|---|---|
| alluxio.client.file.cache |
| Modifier and Type | Class and Description |
|---|---|
class |
CacheManagerWithShadowCache
A wrapper class of CacheManager with shadow cache.
|
class |
LocalCacheManager
A class to manage & serve cached pages.
|
class |
NoExceptionCacheManager
A wrapper class of CacheManager without throwing unchecked exceptions.
|
| Modifier and Type | Method and Description |
|---|---|
static CacheManager |
CacheManager.Factory.create(AlluxioConfiguration conf) |
static CacheManager |
CacheManager.Factory.create(AlluxioConfiguration conf,
CacheManagerOptions options,
PageMetaStore pageMetaStore) |
static CacheManager |
CacheManager.Factory.get(AlluxioConfiguration conf) |
| Constructor and Description |
|---|
CacheManagerWithShadowCache(CacheManager cacheManager,
AlluxioConfiguration conf) |
LocalCacheFileInStream(URIStatus status,
LocalCacheFileInStream.FileInStreamOpener fileOpener,
CacheManager cacheManager,
AlluxioConfiguration conf)
Constructor when the
URIStatus is already available. |
LocalCacheFileSystem(CacheManager cacheManage,
FileSystem fs,
AlluxioConfiguration conf) |
NoExceptionCacheManager(CacheManager cacheManager) |
Copyright © 2022. All Rights Reserved.