public interface MXBean
Modifier and Type | Interface and Description |
---|---|
static interface |
MXBean.RegionsInTransitionInfo
Required for MXBean implementation
|
Modifier and Type | Method and Description |
---|---|
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
|
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()
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.