@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) |
Modifier and Type | Method and Description |
---|---|
long |
getCurrentCompactedKVs() |
int |
getInfoServerPort() |
int |
getLoad()
Originally, this method factored in the effect of requests going to the
server as well.
|
int |
getMaxHeapMB() |
int |
getMemstoreSizeInMB() |
int |
getNumberOfRegions() |
long |
getNumberOfRequests() |
long |
getReadRequestsCount() |
String[] |
getRegionServerCoprocessors()
Return the RegionServer-level coprocessors
|
Map<byte[],RegionLoad> |
getRegionsLoad() |
org.apache.hadoop.hbase.replication.ReplicationLoadSink |
getReplicationLoadSink()
Call directly from client such as hbase shell
|
List<org.apache.hadoop.hbase.replication.ReplicationLoadSource> |
getReplicationLoadSourceList()
Call directly from client such as hbase shell
|
double |
getRequestsPerSecond() |
int |
getRootIndexSizeKB() |
String[] |
getRsCoprocessors()
Return the RegionServer-level and Region-level coprocessors
|
int |
getStorefileIndexSizeInMB() |
int |
getStorefiles() |
int |
getStorefileSizeInMB() |
int |
getStores() |
int |
getStoreUncompressedSizeMB() |
long |
getTotalCompactingKVs() |
long |
getTotalNumberOfRequests() |
int |
getTotalStaticBloomSizeKB() |
int |
getTotalStaticIndexSizeKB() |
int |
getUsedHeapMB() |
long |
getWriteRequestsCount() |
boolean |
hasMaxHeapMB() |
boolean |
hasNumberOfRequests() |
boolean |
hasTotalNumberOfRequests() |
boolean |
hasUsedHeapMB() |
org.apache.hadoop.hbase.protobuf.generated.ClusterStatusProtos.ServerLoad |
obtainServerLoadPB() |
String |
toString() |
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<org.apache.hadoop.hbase.replication.ReplicationLoadSource> getReplicationLoadSourceList()
public org.apache.hadoop.hbase.replication.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.