|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.hadoop.hbase.master.MXBeanImpl
public class MXBeanImpl
Impl for exposing HMaster Information through JMX
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface org.apache.hadoop.hbase.master.MXBean |
---|
MXBean.RegionsInTransitionInfo |
Constructor Summary | |
---|---|
protected |
MXBeanImpl(HMaster master)
|
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 |
static MXBeanImpl |
init(HMaster master)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected MXBeanImpl(HMaster master)
Method Detail |
---|
public static MXBeanImpl init(HMaster master)
public double getAverageLoad()
MXBean
getAverageLoad
in interface MXBean
public String getClusterId()
MXBean
getClusterId
in interface MXBean
public String getZookeeperQuorum()
MXBean
getZookeeperQuorum
in interface MXBean
public String[] getCoprocessors()
MXBean
getCoprocessors
in interface MXBean
public long getMasterStartTime()
MXBean
getMasterStartTime
in interface MXBean
public long getMasterActiveTime()
MXBean
getMasterActiveTime
in interface MXBean
public Map<String,HServerLoad> getRegionServers()
MXBean
getRegionServers
in interface MXBean
public String[] getDeadRegionServers()
MXBean
getDeadRegionServers
in interface MXBean
public MXBean.RegionsInTransitionInfo[] getRegionsInTransition()
MXBean
getRegionsInTransition
in interface MXBean
public String getServerName()
MXBean
getServerName
in interface MXBean
public boolean getIsActiveMaster()
MXBean
getIsActiveMaster
in interface MXBean
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |