Package | Description |
---|---|
alluxio.client.file | |
alluxio.client.file.cache | |
alluxio.client.quota | |
alluxio.wire |
Modifier and Type | Method and Description |
---|---|
CacheScope |
URIStatus.getCacheScope() |
Modifier and Type | Method and Description |
---|---|
CacheScope |
PageInfo.getScope() |
Modifier and Type | Method and Description |
---|---|
long |
QuotaMetaStore.bytes(CacheScope cacheScope) |
PageInfo |
QuotaMetaStore.evict(CacheScope cacheScope) |
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.
|
Constructor and Description |
---|
PageInfo(PageId pageId,
long pageSize,
CacheScope cacheScope) |
Modifier and Type | Field and Description |
---|---|
static CacheScope |
CacheScope.GLOBAL |
Modifier and Type | Method and Description |
---|---|
static CacheScope |
CacheScope.create(String id) |
CacheScope |
CacheScope.parent() |
Modifier and Type | Method and Description |
---|---|
long |
CacheQuota.getQuota(CacheScope cacheScope) |
Modifier and Type | Method and Description |
---|---|
CacheScope |
FileInfo.getCacheScope() |
Modifier and Type | Method and Description |
---|---|
FileInfo |
FileInfo.setCacheScope(CacheScope cacheScope) |
Copyright © 2023. All Rights Reserved.