@InterfaceAudience.Public @InterfaceStability.Evolving public class RegionLoad extends Object
限定符和类型 | 字段和说明 |
---|---|
protected org.apache.hadoop.hbase.protobuf.generated.ClusterStatusProtos.RegionLoad |
regionLoadPB |
构造器和说明 |
---|
RegionLoad(org.apache.hadoop.hbase.protobuf.generated.ClusterStatusProtos.RegionLoad regionLoadPB) |
限定符和类型 | 方法和说明 |
---|---|
long |
getCompleteSequenceId()
This does not really belong inside RegionLoad but its being done in the name of expediency.
|
long |
getCurrentCompactedKVs() |
float |
getDataLocality() |
long |
getLastMajorCompactionTs() |
int |
getMaxCompactedStoreFileRefCount() |
int |
getMemStoreSizeMB() |
byte[] |
getName() |
String |
getNameAsString() |
long |
getReadRequestsCount() |
long |
getRequestsCount() |
int |
getRootIndexSizeKB() |
List<org.apache.hadoop.hbase.protobuf.generated.ClusterStatusProtos.StoreSequenceId> |
getStoreCompleteSequenceId() |
int |
getStorefileIndexSizeMB() |
int |
getStorefiles() |
int |
getStorefileSizeMB() |
int |
getStoreRefCount() |
int |
getStores() |
int |
getStoreUncompressedSizeMB() |
long |
getTotalCompactingKVs() |
int |
getTotalStaticBloomSizeKB() |
int |
getTotalStaticIndexSizeKB() |
long |
getWriteRequestsCount() |
String |
toString() |
protected org.apache.hadoop.hbase.protobuf.generated.ClusterStatusProtos.RegionLoad regionLoadPB
public RegionLoad(org.apache.hadoop.hbase.protobuf.generated.ClusterStatusProtos.RegionLoad regionLoadPB)
public byte[] getName()
public String getNameAsString()
public int getStores()
public int getStorefiles()
public int getStorefileSizeMB()
public int getMemStoreSizeMB()
public int getStorefileIndexSizeMB()
public long getRequestsCount()
public long getReadRequestsCount()
public long getWriteRequestsCount()
public int getRootIndexSizeKB()
public int getTotalStaticIndexSizeKB()
public int getTotalStaticBloomSizeKB()
public long getTotalCompactingKVs()
public long getCurrentCompactedKVs()
public long getCompleteSequenceId()
public List<org.apache.hadoop.hbase.protobuf.generated.ClusterStatusProtos.StoreSequenceId> getStoreCompleteSequenceId()
public int getStoreUncompressedSizeMB()
public float getDataLocality()
public long getLastMajorCompactionTs()
public int getStoreRefCount()
public int getMaxCompactedStoreFileRefCount()
public String toString()
toString
在类中 Object
Object.toString()
Copyright © 2007–2022 The Apache Software Foundation. All rights reserved.