MXBean.RegionsInTransitionInfo
Modifier | Constructor and Description |
---|---|
protected |
MXBeanImpl(HMaster master) |
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
|
static MXBeanImpl |
init(HMaster master) |
protected MXBeanImpl(HMaster master)
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
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.