Package | Description |
---|---|
org.apache.hadoop.hbase.io.hfile |
Provides implementations of
HFile and HFile
BlockCache . |
org.apache.hadoop.hbase.io.hfile.bucket |
Provides
BucketCache , an implementation of
BlockCache . |
org.apache.hadoop.hbase.regionserver |
Modifier and Type | Class and Description |
---|---|
static class |
CombinedBlockCache.CombinedCacheStats |
Modifier and Type | Field and Description |
---|---|
private CacheStats |
CombinedBlockCache.CombinedCacheStats.bucketCacheStats |
private CacheStats |
MemcachedBlockCache.cacheStats |
private CacheStats |
CombinedBlockCache.CombinedCacheStats.lruCacheStats |
private CacheStats |
LruBlockCache.stats
Cache statistics
|
private CacheStats |
LruAdaptiveBlockCache.stats
Cache statistics
|
private CacheStats |
TinyLfuBlockCache.stats |
Modifier and Type | Method and Description |
---|---|
CacheStats |
CombinedBlockCache.CombinedCacheStats.getBucketCacheStats() |
CacheStats |
CombinedBlockCache.CombinedCacheStats.getLruCacheStats() |
CacheStats |
LruBlockCache.getStats()
Get counter statistics for this cache.
|
CacheStats |
LruAdaptiveBlockCache.getStats()
Get counter statistics for this cache.
|
CacheStats |
BlockCache.getStats()
Get the statistics for this block cache.
|
CacheStats |
TinyLfuBlockCache.getStats() |
CacheStats |
CombinedBlockCache.getStats() |
CacheStats |
MemcachedBlockCache.getStats() |
Constructor and Description |
---|
CombinedCacheStats(CacheStats lbcStats,
CacheStats fcStats) |
Modifier and Type | Class and Description |
---|---|
class |
BucketCacheStats
Class that implements cache metrics for bucket cache.
|
Modifier and Type | Method and Description |
---|---|
CacheStats |
BucketCache.getStats() |
Modifier and Type | Field and Description |
---|---|
private CacheStats |
MetricsRegionServerWrapperImpl.cacheStats |
private CacheStats |
MetricsRegionServerWrapperImpl.l1Stats |
private CacheStats |
MetricsRegionServerWrapperImpl.l2Stats |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.