Package | Description |
---|---|
alluxio.client.file | |
alluxio.client.file.cache | |
alluxio.client.quota | |
alluxio.wire |
Modifier and Type | Method and Description |
---|---|
CacheQuota |
URIStatus.getCacheQuota() |
Modifier and Type | Method and Description |
---|---|
boolean |
NoExceptionCacheManager.put(PageId pageId,
byte[] page,
CacheScope cacheScope,
CacheQuota cacheQuota) |
boolean |
LocalCacheManager.put(PageId pageId,
byte[] page,
CacheScope scope,
CacheQuota quota) |
boolean |
CacheManager.put(PageId pageId,
byte[] page,
CacheScope cacheScope,
CacheQuota cacheQuota)
Puts a page into the cache manager with scope and quota respected.
|
Modifier and Type | Field and Description |
---|---|
static CacheQuota |
CacheQuota.UNLIMITED
A predefined CacheQuota instance that sets NO limit.
|
Modifier and Type | Method and Description |
---|---|
CacheQuota |
FileInfo.getCacheQuota() |
Modifier and Type | Method and Description |
---|---|
FileInfo |
FileInfo.setCacheQuota(CacheQuota cacheQuota) |
Copyright © 2023. All Rights Reserved.