RegionMetrics instead.@InterfaceAudience.Public @Deprecated public class RegionLoad extends Object implements RegionMetrics
| Modifier and Type | Field and Description |
|---|---|
protected org.apache.hadoop.hbase.shaded.protobuf.generated.ClusterStatusProtos.RegionLoad |
regionLoadPB
Deprecated.
|
| Constructor and Description |
|---|
RegionLoad(org.apache.hadoop.hbase.shaded.protobuf.generated.ClusterStatusProtos.RegionLoad regionLoadPB)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Size |
getBloomFilterSize()
Deprecated.
|
long |
getCompactedCellCount()
Deprecated.
|
long |
getCompactingCellCount()
Deprecated.
|
long |
getCompletedSequenceId()
Deprecated.
This does not really belong inside RegionLoad but its being done in the name of expediency.
|
long |
getCompleteSequenceId()
Deprecated.
As of release 2.0.0, this will be removed in HBase 3.0.0
Use
getCompletedSequenceId() instead. |
long |
getCurrentCompactedKVs()
Deprecated.
As of release 2.0.0, this will be removed in HBase 3.0.0
Use
getCompactedCellCount() instead. |
float |
getDataLocality()
Deprecated.
|
long |
getFilteredReadRequestCount()
Deprecated.
|
long |
getFilteredReadRequestsCount()
Deprecated.
As of release 2.0.0, this will be removed in HBase 3.0.0
Use
getFilteredReadRequestCount() instead. |
long |
getLastMajorCompactionTimestamp()
Deprecated.
|
long |
getLastMajorCompactionTs()
Deprecated.
As of release 2.0.0, this will be removed in HBase 3.0.0
Use
getLastMajorCompactionTimestamp() instead. |
Size |
getMemStoreSize()
Deprecated.
|
int |
getMemStoreSizeMB()
Deprecated.
As of release 2.0.0, this will be removed in HBase 3.0.0
Use
getMemStoreSize() instead. |
byte[] |
getName()
Deprecated.
As of release 2.0.0, this will be removed in HBase 3.0.0
Use
getRegionName() instead. |
long |
getReadRequestCount()
Deprecated.
|
long |
getReadRequestsCount()
Deprecated.
As of release 2.0.0, this will be removed in HBase 3.0.0
Use
getReadRequestCount() instead. |
byte[] |
getRegionName()
Deprecated.
|
long |
getRequestsCount()
Deprecated.
As of release 2.0.0, this will be removed in HBase 3.0.0
Use
RegionMetrics.getRequestCount() instead. |
int |
getRootIndexSizeKB()
Deprecated.
As of release 2.0.0, this will be removed in HBase 3.0.0
Use
getStoreFileRootLevelIndexSize() instead. |
List<org.apache.hadoop.hbase.shaded.protobuf.generated.ClusterStatusProtos.StoreSequenceId> |
getStoreCompleteSequenceId()
Deprecated.
As of release 2.0.0, this will be removed in HBase 3.0.0
Use
getStoreSequenceId() instead. |
int |
getStoreCount()
Deprecated.
|
int |
getStoreFileCount()
Deprecated.
|
Size |
getStoreFileIndexSize()
Deprecated.
TODO: why we pass the same value to different counters? Currently, the value from
getStoreFileIndexSize() is same with getStoreFileRootLevelIndexSize()
see HRegionServer#createRegionLoad.
|
int |
getStorefileIndexSizeKB()
Deprecated.
As of release 2.0.0, this will be removed in HBase 3.0.0
Use
getStoreFileRootLevelIndexSize() instead. |
int |
getStorefileIndexSizeMB()
Deprecated.
As of release 2.0.0, this will be removed in HBase 3.0.0
((HBASE-3935)).
Use
getStoreFileRootLevelIndexSize() instead. |
Size |
getStoreFileRootLevelIndexSize()
Deprecated.
|
int |
getStorefiles()
Deprecated.
As of release 2.0.0, this will be removed in HBase 3.0.0
Use
getStoreFileCount() instead. |
Size |
getStoreFileSize()
Deprecated.
|
int |
getStorefileSizeMB()
Deprecated.
As of release 2.0.0, this will be removed in HBase 3.0.0
Use
getStoreFileSize() instead. |
Size |
getStoreFileUncompressedDataIndexSize()
Deprecated.
|
int |
getStores()
Deprecated.
As of release 2.0.0, this will be removed in HBase 3.0.0
Use
getStoreCount() instead. |
Map<byte[],Long> |
getStoreSequenceId()
Deprecated.
|
int |
getStoreUncompressedSizeMB()
Deprecated.
As of release 2.0.0, this will be removed in HBase 3.0.0
Use
getUncompressedStoreFileSize() instead. |
long |
getTotalCompactingKVs()
Deprecated.
As of release 2.0.0, this will be removed in HBase 3.0.0
Use
getCompactingCellCount() instead. |
int |
getTotalStaticBloomSizeKB()
Deprecated.
As of release 2.0.0, this will be removed in HBase 3.0.0
Use
getBloomFilterSize() instead. |
int |
getTotalStaticIndexSizeKB()
Deprecated.
As of release 2.0.0, this will be removed in HBase 3.0.0
Use
getStoreFileUncompressedDataIndexSize() instead. |
Size |
getUncompressedStoreFileSize()
Deprecated.
|
long |
getWriteRequestCount()
Deprecated.
|
long |
getWriteRequestsCount()
Deprecated.
As of release 2.0.0, this will be removed in HBase 3.0.0
Use
getWriteRequestCount() instead. |
String |
toString()
Deprecated.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetNameAsString, getRequestCountprotected org.apache.hadoop.hbase.shaded.protobuf.generated.ClusterStatusProtos.RegionLoad regionLoadPB
public RegionLoad(org.apache.hadoop.hbase.shaded.protobuf.generated.ClusterStatusProtos.RegionLoad regionLoadPB)
@Deprecated public byte[] getName()
getRegionName() instead.public byte[] getRegionName()
getRegionName in interface RegionMetricspublic int getStoreCount()
getStoreCount in interface RegionMetricspublic int getStoreFileCount()
getStoreFileCount in interface RegionMetricspublic Size getStoreFileSize()
getStoreFileSize in interface RegionMetricspublic Size getMemStoreSize()
getMemStoreSize in interface RegionMetricspublic long getReadRequestCount()
getReadRequestCount in interface RegionMetricspublic long getFilteredReadRequestCount()
getFilteredReadRequestCount in interface RegionMetricspublic Size getStoreFileIndexSize()
RegionMetricsgetStoreFileIndexSize in interface RegionMetricspublic long getWriteRequestCount()
getWriteRequestCount in interface RegionMetricspublic Size getStoreFileRootLevelIndexSize()
getStoreFileRootLevelIndexSize in interface RegionMetricspublic Size getStoreFileUncompressedDataIndexSize()
getStoreFileUncompressedDataIndexSize in interface RegionMetricspublic Size getBloomFilterSize()
getBloomFilterSize in interface RegionMetricspublic long getCompactingCellCount()
getCompactingCellCount in interface RegionMetricspublic long getCompactedCellCount()
getCompactedCellCount in interface RegionMetricspublic long getCompletedSequenceId()
RegionMetricsgetCompletedSequenceId in interface RegionMetricspublic Map<byte[],Long> getStoreSequenceId()
getStoreSequenceId in interface RegionMetricspublic Size getUncompressedStoreFileSize()
getUncompressedStoreFileSize in interface RegionMetrics@Deprecated public int getStores()
getStoreCount() instead.@Deprecated public int getStorefiles()
getStoreFileCount() instead.@Deprecated public int getStorefileSizeMB()
getStoreFileSize() instead.@Deprecated public int getMemStoreSizeMB()
getMemStoreSize() instead.@Deprecated public int getStorefileIndexSizeMB()
getStoreFileRootLevelIndexSize() instead.@Deprecated public int getStorefileIndexSizeKB()
getStoreFileRootLevelIndexSize() instead.@Deprecated public long getRequestsCount()
RegionMetrics.getRequestCount() instead.@Deprecated public long getReadRequestsCount()
getReadRequestCount() instead.@Deprecated public long getFilteredReadRequestsCount()
getFilteredReadRequestCount() instead.@Deprecated public long getWriteRequestsCount()
getWriteRequestCount() instead.@Deprecated public int getRootIndexSizeKB()
getStoreFileRootLevelIndexSize() instead.@Deprecated public int getTotalStaticIndexSizeKB()
getStoreFileUncompressedDataIndexSize() instead.@Deprecated public int getTotalStaticBloomSizeKB()
getBloomFilterSize() instead.@Deprecated public long getTotalCompactingKVs()
getCompactingCellCount() instead.@Deprecated public long getCurrentCompactedKVs()
getCompactedCellCount() instead.@Deprecated public long getCompleteSequenceId()
getCompletedSequenceId() instead.@Deprecated public List<org.apache.hadoop.hbase.shaded.protobuf.generated.ClusterStatusProtos.StoreSequenceId> getStoreCompleteSequenceId()
getStoreSequenceId() instead.@Deprecated public int getStoreUncompressedSizeMB()
getUncompressedStoreFileSize() instead.public float getDataLocality()
getDataLocality in interface RegionMetricspublic long getLastMajorCompactionTimestamp()
getLastMajorCompactionTimestamp in interface RegionMetrics@Deprecated public long getLastMajorCompactionTs()
getLastMajorCompactionTimestamp() instead.public String toString()
toString in class ObjectObject.toString()Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.