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() |
Size |
ServerMetrics.getMaxHeapSize() |
Size |
ServerLoad.getMaxHeapSize()
Deprecated.
|
Size |
RegionLoad.getMemStoreSize()
Deprecated.
|
Size |
RegionMetrics.getMemStoreSize() |
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() |
Size |
RegionLoad.getStoreFileSize()
Deprecated.
|
Size |
RegionMetrics.getStoreFileSize() |
Size |
RegionLoad.getStoreFileUncompressedDataIndexSize()
Deprecated.
|
Size |
RegionMetrics.getStoreFileUncompressedDataIndexSize() |
Size |
RegionLoad.getUncompressedStoreFileSize()
Deprecated.
|
Size |
RegionMetrics.getUncompressedStoreFileSize() |
Size |
ServerMetrics.getUsedHeapSize() |
Size |
ServerLoad.getUsedHeapSize()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
int |
Size.compareTo(Size other) |
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.