Package | Description |
---|---|
org.apache.hadoop.hbase.io.hfile |
Provides the hbase data+index+metadata file.
|
org.apache.hadoop.hbase.io.hfile.bucket | |
org.apache.hadoop.hbase.io.hfile.slab |
Modifier and Type | Method and Description |
---|---|
CacheStats |
BlockCache.getStats()
Get the statistics for this block cache.
|
CacheStats |
LruBlockCache.getStats()
Get counter statistics for this cache.
|
CacheStats |
CombinedBlockCache.getStats() |
CacheStats |
DoubleBlockCache.getStats()
Deprecated.
|
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 | Method and Description |
---|---|
CacheStats |
SlabCache.getStats()
Deprecated.
|
CacheStats |
SingleSizeCache.getStats()
Deprecated.
|
Copyright © 2014 The Apache Software Foundation. All rights reserved.