RegionMetrics
instead.@InterfaceAudience.Public @Deprecated public class RegionLoad extends Object implements RegionMetrics
限定符和类型 | 字段和说明 |
---|---|
protected org.apache.hadoop.hbase.shaded.protobuf.generated.ClusterStatusProtos.RegionLoad |
regionLoadPB
已过时。
|
构造器和说明 |
---|
RegionLoad(org.apache.hadoop.hbase.shaded.protobuf.generated.ClusterStatusProtos.RegionLoad regionLoadPB)
已过时。
|
限定符和类型 | 方法和说明 |
---|---|
Size |
getBloomFilterSize()
已过时。
|
long |
getCompactedCellCount()
已过时。
|
long |
getCompactingCellCount()
已过时。
|
long |
getCompletedSequenceId()
已过时。
This does not really belong inside RegionLoad but its being done in the name of expediency.
|
long |
getCompleteSequenceId()
已过时。
As of release 2.0.0, this will be removed in HBase 3.0.0
Use
getCompletedSequenceId() instead. |
long |
getCurrentCompactedKVs()
已过时。
As of release 2.0.0, this will be removed in HBase 3.0.0
Use
getCompactedCellCount() instead. |
float |
getDataLocality()
已过时。
|
long |
getFilteredReadRequestCount()
已过时。
|
long |
getFilteredReadRequestsCount()
已过时。
As of release 2.0.0, this will be removed in HBase 3.0.0
Use
getFilteredReadRequestCount() instead. |
long |
getLastMajorCompactionTimestamp()
已过时。
|
long |
getLastMajorCompactionTs()
已过时。
As of release 2.0.0, this will be removed in HBase 3.0.0
Use
getLastMajorCompactionTimestamp() instead. |
Size |
getMemStoreSize()
已过时。
|
int |
getMemStoreSizeMB()
已过时。
As of release 2.0.0, this will be removed in HBase 3.0.0
Use
getMemStoreSize() instead. |
byte[] |
getName()
已过时。
As of release 2.0.0, this will be removed in HBase 3.0.0
Use
getRegionName() instead. |
long |
getReadRequestCount()
已过时。
|
long |
getReadRequestsCount()
已过时。
As of release 2.0.0, this will be removed in HBase 3.0.0
Use
getReadRequestCount() instead. |
byte[] |
getRegionName()
已过时。
|
long |
getRequestsCount()
已过时。
As of release 2.0.0, this will be removed in HBase 3.0.0
Use
RegionMetrics.getRequestCount() instead. |
int |
getRootIndexSizeKB()
已过时。
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()
已过时。
As of release 2.0.0, this will be removed in HBase 3.0.0
Use
getStoreSequenceId() instead. |
int |
getStoreCount()
已过时。
|
int |
getStoreFileCount()
已过时。
|
Size |
getStoreFileIndexSize()
已过时。
TODO: why we pass the same value to different counters?
|
int |
getStorefileIndexSizeKB()
已过时。
As of release 2.0.0, this will be removed in HBase 3.0.0
Use
getStoreFileRootLevelIndexSize() instead. |
int |
getStorefileIndexSizeMB()
已过时。
As of release 2.0.0, this will be removed in HBase 3.0.0
((HBASE-3935)).
Use
getStoreFileRootLevelIndexSize() instead. |
Size |
getStoreFileRootLevelIndexSize()
已过时。
|
int |
getStorefiles()
已过时。
As of release 2.0.0, this will be removed in HBase 3.0.0
Use
getStoreFileCount() instead. |
Size |
getStoreFileSize()
已过时。
|
int |
getStorefileSizeMB()
已过时。
As of release 2.0.0, this will be removed in HBase 3.0.0
Use
getStoreFileSize() instead. |
Size |
getStoreFileUncompressedDataIndexSize()
已过时。
|
int |
getStores()
已过时。
As of release 2.0.0, this will be removed in HBase 3.0.0
Use
getStoreCount() instead. |
Map<byte[],Long> |
getStoreSequenceId()
已过时。
|
int |
getStoreUncompressedSizeMB()
已过时。
As of release 2.0.0, this will be removed in HBase 3.0.0
Use
getUncompressedStoreFileSize() instead. |
long |
getTotalCompactingKVs()
已过时。
As of release 2.0.0, this will be removed in HBase 3.0.0
Use
getCompactingCellCount() instead. |
int |
getTotalStaticBloomSizeKB()
已过时。
As of release 2.0.0, this will be removed in HBase 3.0.0
Use
getBloomFilterSize() instead. |
int |
getTotalStaticIndexSizeKB()
已过时。
As of release 2.0.0, this will be removed in HBase 3.0.0
Use
getStoreFileUncompressedDataIndexSize() instead. |
Size |
getUncompressedStoreFileSize()
已过时。
|
long |
getWriteRequestCount()
已过时。
|
long |
getWriteRequestsCount()
已过时。
As of release 2.0.0, this will be removed in HBase 3.0.0
Use
getWriteRequestCount() instead. |
String |
toString()
已过时。
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getNameAsString, getRequestCount
protected 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
在接口中 RegionMetrics
public int getStoreCount()
getStoreCount
在接口中 RegionMetrics
public int getStoreFileCount()
getStoreFileCount
在接口中 RegionMetrics
public Size getStoreFileSize()
getStoreFileSize
在接口中 RegionMetrics
public Size getMemStoreSize()
getMemStoreSize
在接口中 RegionMetrics
public long getReadRequestCount()
getReadRequestCount
在接口中 RegionMetrics
public long getFilteredReadRequestCount()
getFilteredReadRequestCount
在接口中 RegionMetrics
public Size getStoreFileIndexSize()
RegionMetrics
getStoreFileIndexSize
在接口中 RegionMetrics
public long getWriteRequestCount()
getWriteRequestCount
在接口中 RegionMetrics
public Size getStoreFileRootLevelIndexSize()
getStoreFileRootLevelIndexSize
在接口中 RegionMetrics
public Size getStoreFileUncompressedDataIndexSize()
getStoreFileUncompressedDataIndexSize
在接口中 RegionMetrics
public Size getBloomFilterSize()
getBloomFilterSize
在接口中 RegionMetrics
public long getCompactingCellCount()
getCompactingCellCount
在接口中 RegionMetrics
public long getCompactedCellCount()
getCompactedCellCount
在接口中 RegionMetrics
public long getCompletedSequenceId()
RegionMetrics
getCompletedSequenceId
在接口中 RegionMetrics
public Map<byte[],Long> getStoreSequenceId()
getStoreSequenceId
在接口中 RegionMetrics
public Size getUncompressedStoreFileSize()
getUncompressedStoreFileSize
在接口中 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
在接口中 RegionMetrics
public long getLastMajorCompactionTimestamp()
getLastMajorCompactionTimestamp
在接口中 RegionMetrics
@Deprecated public long getLastMajorCompactionTs()
getLastMajorCompactionTimestamp()
instead.public String toString()
toString
在类中 Object
Object.toString()
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.