|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MetricsMasterWrapper
This is the interface that will expose information to hadoop1/hadoop2 implementations of the MetricsMasterSource.
Method Summary | |
---|---|
long |
getActiveTime()
Get the hbase master active time |
double |
getAverageLoad()
Get Average Load |
String |
getClusterId()
Get the Cluster ID |
String[] |
getCoprocessors()
Get the co-processors |
String |
getDeadRegionServers()
Get the dead region servers |
boolean |
getIsActiveMaster()
Whether this master is the active master |
int |
getNumDeadRegionServers()
Get the number of dead region servers |
int |
getNumRegionServers()
Get the number of live region servers |
String |
getRegionServers()
Get the live region servers |
String |
getServerName()
Get ServerName |
long |
getStartTime()
Get hbase master start time |
String |
getZookeeperQuorum()
Get the Zookeeper Quorum Info |
Method Detail |
---|
String getServerName()
double getAverageLoad()
String getClusterId()
String getZookeeperQuorum()
String[] getCoprocessors()
long getStartTime()
long getActiveTime()
boolean getIsActiveMaster()
String getRegionServers()
int getNumRegionServers()
String getDeadRegionServers()
int getNumDeadRegionServers()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |