Package | Description |
---|---|
org.apache.hadoop.hbase |
Modifier and Type | Field and Description |
---|---|
static Size |
Size.ZERO |
Modifier and Type | Method and Description |
---|---|
Size |
RegionLoad.getBloomFilterSize()
Deprecated.
|
Size |
RegionMetrics.getBloomFilterSize()
Returns The total size of all Bloom filter blocks, not just loaded into the block cache
|
Size |
ServerLoad.getMaxHeapSize()
Deprecated.
|
Size |
ServerMetrics.getMaxHeapSize()
Returns the maximum allowable size of the heap
|
Size |
RegionLoad.getMemStoreSize()
Deprecated.
|
Size |
RegionMetrics.getMemStoreSize()
Returns the memstore size
|
Size |
RegionLoad.getStoreFileIndexSize()
Deprecated.
|
Size |
RegionMetrics.getStoreFileIndexSize()
TODO: why we pass the same value to different counters? Currently, the value from
getStoreFileIndexSize() is same with getStoreFileRootLevelIndexSize() see
HRegionServer#createRegionLoad.
|
Size |
RegionLoad.getStoreFileRootLevelIndexSize()
Deprecated.
|
Size |
RegionMetrics.getStoreFileRootLevelIndexSize()
Returns The current total size of root-level indexes for the region
|
Size |
RegionLoad.getStoreFileSize()
Deprecated.
|
Size |
RegionMetrics.getStoreFileSize()
Returns the total size of the storefiles
|
Size |
RegionLoad.getStoreFileUncompressedDataIndexSize()
Deprecated.
|
Size |
RegionMetrics.getStoreFileUncompressedDataIndexSize()
Returns The total size of all index blocks, not just the root level
|
Size |
RegionLoad.getUncompressedStoreFileSize()
Deprecated.
|
Size |
RegionMetrics.getUncompressedStoreFileSize()
Returns the uncompressed size of the storefiles
|
Size |
ServerLoad.getUsedHeapSize()
Deprecated.
|
Size |
ServerMetrics.getUsedHeapSize()
Returns the amount of used heap
|
Modifier and Type | Method and Description |
---|---|
int |
Size.compareTo(Size other) |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.