|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MXBean
This is the JMX management interface for Hbase master information
Nested Class Summary | |
---|---|
static interface |
MXBean.RegionsInTransitionInfo
Required for MXBean implementation |
Method Summary | |
---|---|
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 |
long |
getMasterActiveTime()
Get the hbase master active time |
long |
getMasterStartTime()
Get hbase master start time |
Map<String,HServerLoad> |
getRegionServers()
Get the live region servers |
MXBean.RegionsInTransitionInfo[] |
getRegionsInTransition()
Get information on regions in transition |
String |
getServerName()
Get ServerName |
String |
getZookeeperQuorum()
Get the Zookeeper Quorum Info |
Method Detail |
---|
String getServerName()
double getAverageLoad()
String getClusterId()
String getZookeeperQuorum()
String[] getCoprocessors()
long getMasterStartTime()
long getMasterActiveTime()
boolean getIsActiveMaster()
Map<String,HServerLoad> getRegionServers()
String[] getDeadRegionServers()
MXBean.RegionsInTransitionInfo[] getRegionsInTransition()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |