@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 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()
public long getReportTime()
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.