@InterfaceAudience.Public @InterfaceStability.Evolving public class ServerLoad extends Object
Modifier and Type | Field and Description |
---|---|
static ServerLoad |
EMPTY_SERVERLOAD |
protected org.apache.hadoop.hbase.protobuf.generated.ClusterStatusProtos.ServerLoad |
serverLoad |
Constructor and Description |
---|
ServerLoad(org.apache.hadoop.hbase.protobuf.generated.ClusterStatusProtos.ServerLoad serverLoad) |
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 int getNumberOfRequests()
public boolean hasNumberOfRequests()
public int 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 int getReadRequestsCount()
public int 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-2016 The Apache Software Foundation. All Rights Reserved.