Package | Description |
---|---|
alluxio.client.file.cache |
Modifier and Type | Class and Description |
---|---|
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.get(AlluxioConfiguration conf) |
Constructor and Description |
---|
LocalCacheFileInStream(AlluxioURI path,
OpenFilePOptions options,
FileSystem externalFs,
CacheManager cacheManager)
Constructor when only path information is available.
|
LocalCacheFileInStream(URIStatus status,
OpenFilePOptions options,
FileSystem externalFs,
CacheManager cacheManager)
Constructor when the
URIStatus is already available. |
LocalCacheFileSystem(CacheManager cacheManage,
FileSystem fs,
AlluxioConfiguration conf) |
NoExceptionCacheManager(CacheManager cacheManager) |
Copyright © 2023. All Rights Reserved.