@InterfaceAudience.Public @InterfaceStability.Evolving public class RegionLoad extends Object
Modifier and Type | Field and Description |
---|---|
protected org.apache.hadoop.hbase.protobuf.generated.ClusterStatusProtos.RegionLoad |
regionLoadPB |
Constructor and Description |
---|
RegionLoad(org.apache.hadoop.hbase.protobuf.generated.ClusterStatusProtos.RegionLoad regionLoadPB) |
Modifier and Type | Method and Description |
---|---|
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 |
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 |
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 String toString()
toString
in class Object
Object.toString()
Copyright © 2007–2016 The Apache Software Foundation. All rights reserved.