org.apache.hadoop.hbase.regionserver
Class MXBeanImpl

java.lang.Object
  extended by org.apache.hadoop.hbase.regionserver.MXBeanImpl
All Implemented Interfaces:
MXBean

public class MXBeanImpl
extends Object
implements MXBean

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

MXBeanImpl

protected MXBeanImpl(HRegionServer rs)
Method Detail

init

public static MXBeanImpl init(HRegionServer rs)

getCoprocessors

public String[] getCoprocessors()
Description copied from interface: MXBean
Get loaded co-processors

Specified by:
getCoprocessors in interface MXBean
Returns:
Loaded Co-processors

getZookeeperQuorum

public String getZookeeperQuorum()
Description copied from interface: MXBean
Get Zookeeper Quorum

Specified by:
getZookeeperQuorum in interface MXBean
Returns:
Comma-separated list of Zookeeper Quorum servers

getServerName

public String getServerName()
Description copied from interface: MXBean
Return RegionServer's ServerName

Specified by:
getServerName in interface MXBean
Returns:
ServerName


Copyright © 2012 The Apache Software Foundation. All Rights Reserved.