Package | Description |
---|---|
alluxio.client.file.cache | |
alluxio.client.file.cache.store |
Modifier and Type | Class and Description |
---|---|
static class |
CacheUsageView.ImmutableCacheUsageView
Immutable holder of cache stats.
|
Modifier and Type | Method and Description |
---|---|
Optional<CacheUsage> |
QuotaPageMetaStore.getUsage() |
Optional<CacheUsage> |
CacheManagerWithShadowCache.getUsage() |
Optional<CacheUsage> |
DefaultPageMetaStore.getUsage() |
Optional<CacheUsage> |
NoExceptionCacheManager.getUsage() |
Optional<CacheUsage> |
LocalCacheManager.getUsage() |
Optional<CacheUsage> |
CacheManager.getUsage() |
Optional<CacheUsage> |
CacheStatus.getUsage()
Gets cache usage.
|
Optional<CacheUsage> |
CacheUsageView.ImmutableCacheUsageView.partitionedBy(CacheUsage.PartitionDescriptor<?> partition) |
Optional<CacheUsage> |
CacheUsage.partitionedBy(CacheUsage.PartitionDescriptor<?> partition)
Gets a finer-grained view of cache usage.
|
Modifier and Type | Method and Description |
---|---|
Optional<CacheUsage> |
LocalPageStoreDir.getUsage() |
Optional<CacheUsage> |
MemoryPageStoreDir.getUsage() |
Copyright © 2023. All Rights Reserved.