@InterfaceAudience.Public public class RegionLoad extends Object
Modifier and Type | Field and Description |
---|---|
protected org.apache.hadoop.hbase.shaded.protobuf.generated.ClusterStatusProtos.RegionLoad |
regionLoadPB |
Constructor and Description |
---|
RegionLoad(org.apache.hadoop.hbase.shaded.protobuf.generated.ClusterStatusProtos.RegionLoad regionLoadPB) |
protected org.apache.hadoop.hbase.shaded.protobuf.generated.ClusterStatusProtos.RegionLoad regionLoadPB
@InterfaceAudience.Private public RegionLoad(org.apache.hadoop.hbase.shaded.protobuf.generated.ClusterStatusProtos.RegionLoad regionLoadPB)
public byte[] getName()
public String getNameAsString()
public int getStores()
public int getStorefiles()
public int getStorefileSizeMB()
public int getMemStoreSizeMB()
@Deprecated public int getStorefileIndexSizeMB()
getStorefileIndexSizeKB()
instead.public long getStorefileIndexSizeKB()
public long getRequestsCount()
public long getReadRequestsCount()
public long getFilteredReadRequestsCount()
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.shaded.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–2017 The Apache Software Foundation. All rights reserved.