RegionMetrics
instead.@InterfaceAudience.Public @Deprecated public class RegionLoad extends Object implements RegionMetrics
Modifier and Type | Field and Description |
---|---|
private RegionMetrics |
metrics
Deprecated.
|
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.
|
RegionLoad(RegionMetrics metrics)
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. |
int |
getMaxCompactedStoreFileRefCount()
Deprecated.
|
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 |
getStoreRefCount()
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, wait
getNameAsString, getRequestCount
protected org.apache.hadoop.hbase.shaded.protobuf.generated.ClusterStatusProtos.RegionLoad regionLoadPB
private final RegionMetrics metrics
public RegionLoad(org.apache.hadoop.hbase.shaded.protobuf.generated.ClusterStatusProtos.RegionLoad regionLoadPB)
RegionLoad(RegionMetrics metrics)
@Deprecated public byte[] getName()
getRegionName()
instead.public byte[] getRegionName()
getRegionName
in interface RegionMetrics
public int getStoreCount()
getStoreCount
in interface RegionMetrics
public int getStoreFileCount()
getStoreFileCount
in interface RegionMetrics
public Size getStoreFileSize()
getStoreFileSize
in interface RegionMetrics
public Size getMemStoreSize()
getMemStoreSize
in interface RegionMetrics
public long getReadRequestCount()
getReadRequestCount
in interface RegionMetrics
public long getFilteredReadRequestCount()
getFilteredReadRequestCount
in interface RegionMetrics
public Size getStoreFileIndexSize()
RegionMetrics
getStoreFileIndexSize
in interface RegionMetrics
public long getWriteRequestCount()
getWriteRequestCount
in interface RegionMetrics
public Size getStoreFileRootLevelIndexSize()
getStoreFileRootLevelIndexSize
in interface RegionMetrics
public Size getStoreFileUncompressedDataIndexSize()
getStoreFileUncompressedDataIndexSize
in interface RegionMetrics
public Size getBloomFilterSize()
getBloomFilterSize
in interface RegionMetrics
public long getCompactingCellCount()
getCompactingCellCount
in interface RegionMetrics
public long getCompactedCellCount()
getCompactedCellCount
in interface RegionMetrics
public long getCompletedSequenceId()
RegionMetrics
getCompletedSequenceId
in interface RegionMetrics
public Map<byte[],Long> getStoreSequenceId()
getStoreSequenceId
in interface RegionMetrics
public 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 RegionMetrics
public long getLastMajorCompactionTimestamp()
getLastMajorCompactionTimestamp
in interface RegionMetrics
@Deprecated public long getLastMajorCompactionTs()
getLastMajorCompactionTimestamp()
instead.public int getStoreRefCount()
getStoreRefCount
in interface RegionMetrics
public int getMaxCompactedStoreFileRefCount()
getMaxCompactedStoreFileRefCount
in interface RegionMetrics
public String toString()
toString
in class Object
Object.toString()
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.