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 . |
Modifier and Type | Class and Description |
---|---|
static class |
CombinedBlockCache.CombinedCacheStats |
Modifier and Type | Method and Description |
---|---|
CacheStats |
MemcachedBlockCache.getStats() |
CacheStats |
LruBlockCache.getStats()
Get counter statistics for this cache.
|
CacheStats |
CombinedBlockCache.getStats() |
CacheStats |
BlockCache.getStats()
Get the statistics for this block cache.
|
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() |
Copyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.