|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.hadoop.hbase.regionserver.MXBeanImpl
public class MXBeanImpl
Impl for exposing Region Server Information through JMX
Constructor Summary | |
---|---|
protected |
MXBeanImpl(HRegionServer rs)
|
Method Summary | |
---|---|
String[] |
getCoprocessors()
Get loaded co-processors |
String |
getServerName()
Return RegionServer's ServerName |
String |
getZookeeperQuorum()
Get Zookeeper Quorum |
static MXBeanImpl |
init(HRegionServer rs)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected MXBeanImpl(HRegionServer rs)
Method Detail |
---|
public static MXBeanImpl init(HRegionServer rs)
public String[] getCoprocessors()
MXBean
getCoprocessors
in interface MXBean
public String getZookeeperQuorum()
MXBean
getZookeeperQuorum
in interface MXBean
public String getServerName()
MXBean
getServerName
in interface MXBean
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |