@InterfaceAudience.Public @InterfaceStability.Evolving public class RegionLoad extends Object
Modifier and Type | Field and Description |
---|---|
protected ClusterStatusProtos.RegionLoad |
regionLoadPB |
Constructor and Description |
---|
RegionLoad(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<ClusterStatusProtos.StoreSequenceId> |
getStoreCompleteSequenceId() |
int |
getStorefileIndexSizeMB() |
int |
getStorefiles() |
int |
getStorefileSizeMB() |
int |
getStores() |
int |
getStoreUncompressedSizeMB() |
long |
getTotalCompactingKVs() |
int |
getTotalStaticBloomSizeKB() |
int |
getTotalStaticIndexSizeKB() |
long |
getWriteRequestsCount() |
String |
toString() |
protected ClusterStatusProtos.RegionLoad regionLoadPB
public RegionLoad(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<ClusterStatusProtos.StoreSequenceId> getStoreCompleteSequenceId()
public int getStoreUncompressedSizeMB()
public float getDataLocality()
public long getLastMajorCompactionTs()
public String toString()
toString
in class Object
Object.toString()