@InterfaceAudience.Public @InterfaceStability.Evolving public class ServerLoad extends Object
Modifier and Type | Field and Description |
---|---|
private long |
currentCompactedKVs |
static ServerLoad |
EMPTY_SERVERLOAD |
private int |
memstoreSizeMB |
private long |
readRequestsCount |
private int |
rootIndexSizeKB |
protected org.apache.hadoop.hbase.protobuf.generated.ClusterStatusProtos.ServerLoad |
serverLoad |
private int |
storefileIndexSizeMB |
private int |
storefiles |
private int |
storefileSizeMB |
private int |
stores |
private int |
storeUncompressedSizeMB |
private long |
totalCompactingKVs |
private int |
totalStaticBloomSizeKB |
private int |
totalStaticIndexSizeKB |
private long |
writeRequestsCount |
Constructor and Description |
---|
ServerLoad(org.apache.hadoop.hbase.protobuf.generated.ClusterStatusProtos.ServerLoad serverLoad) |
private int stores
private int storefiles
private int storeUncompressedSizeMB
private int storefileSizeMB
private int memstoreSizeMB
private int storefileIndexSizeMB
private long readRequestsCount
private long writeRequestsCount
private int rootIndexSizeKB
private int totalStaticIndexSizeKB
private int totalStaticBloomSizeKB
private long totalCompactingKVs
private long currentCompactedKVs
protected org.apache.hadoop.hbase.protobuf.generated.ClusterStatusProtos.ServerLoad serverLoad
public static final ServerLoad EMPTY_SERVERLOAD
public ServerLoad(org.apache.hadoop.hbase.protobuf.generated.ClusterStatusProtos.ServerLoad serverLoad)
public org.apache.hadoop.hbase.protobuf.generated.ClusterStatusProtos.ServerLoad obtainServerLoadPB()
public long getNumberOfRequests()
public boolean hasNumberOfRequests()
public long getTotalNumberOfRequests()
public boolean hasTotalNumberOfRequests()
public int getUsedHeapMB()
public boolean hasUsedHeapMB()
public int getMaxHeapMB()
public boolean hasMaxHeapMB()
public int getStores()
public int getStorefiles()
public int getStoreUncompressedSizeMB()
public int getStorefileSizeInMB()
public int getMemstoreSizeInMB()
public int getStorefileIndexSizeInMB()
public long getReadRequestsCount()
public long getWriteRequestsCount()
public int getRootIndexSizeKB()
public int getTotalStaticIndexSizeKB()
public int getTotalStaticBloomSizeKB()
public long getTotalCompactingKVs()
public long getCurrentCompactedKVs()
public int getNumberOfRegions()
public int getInfoServerPort()
public List<ReplicationLoadSource> getReplicationLoadSourceList()
public ReplicationLoadSink getReplicationLoadSink()
public int getLoad()
public Map<byte[],RegionLoad> getRegionsLoad()
public String[] getRegionServerCoprocessors()
public String[] getRsCoprocessors()
public double getRequestsPerSecond()
public String toString()
toString
in class Object
Object.toString()
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.