@InterfaceAudience.Public @InterfaceStability.Evolving public class ServerLoad extends Object
Modifier and Type | Field and Description |
---|---|
static ServerLoad |
EMPTY_SERVERLOAD |
protected ClusterStatusProtos.ServerLoad |
serverLoad |
Constructor and Description |
---|
ServerLoad(ClusterStatusProtos.ServerLoad serverLoad) |
protected ClusterStatusProtos.ServerLoad serverLoad
public static final ServerLoad EMPTY_SERVERLOAD
public ServerLoad(ClusterStatusProtos.ServerLoad serverLoad)
public 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 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 © 2014 The Apache Software Foundation. All Rights Reserved.