@InterfaceAudience.Public
@InterfaceStability.Evolving
public class ClusterStatus
extends org.apache.hadoop.io.VersionedWritable
ClusterStatus provides clients with information such as:
Constructor and Description |
---|
ClusterStatus()
Deprecated.
Used by Writables and Writables are going away.
|
ClusterStatus(String hbaseVersion,
String clusterid,
Map<ServerName,ServerLoad> servers,
Collection<ServerName> deadServers,
ServerName master,
Collection<ServerName> backupMasters,
Map<String,RegionState> rit,
String[] masterCoprocessors,
Boolean balancerOn) |
Modifier and Type | Method and Description |
---|---|
ClusterStatusProtos.ClusterStatus |
convert()
Convert a ClusterStatus to a protobuf ClusterStatus
|
static ClusterStatus |
convert(ClusterStatusProtos.ClusterStatus proto)
Convert a protobuf ClusterStatus to a ClusterStatus
|
boolean |
equals(Object o) |
double |
getAverageLoad() |
Collection<ServerName> |
getBackupMasters() |
int |
getBackupMastersSize() |
Boolean |
getBalancerOn() |
String |
getClusterId() |
Collection<ServerName> |
getDeadServerNames() |
int |
getDeadServers() |
String |
getHBaseVersion() |
ServerLoad |
getLoad(ServerName sn) |
ServerName |
getMaster()
Returns detailed information about the current master
ServerName . |
String[] |
getMasterCoprocessors() |
int |
getRegionsCount() |
Map<String,RegionState> |
getRegionsInTransition() |
int |
getRequestsCount() |
Collection<ServerName> |
getServerInfo()
Deprecated.
Use
getServers() |
Collection<ServerName> |
getServers() |
int |
getServersSize() |
byte |
getVersion() |
int |
hashCode() |
boolean |
isBalancerOn() |
String |
toString() |
@Deprecated public ClusterStatus()
public ClusterStatus(String hbaseVersion, String clusterid, Map<ServerName,ServerLoad> servers, Collection<ServerName> deadServers, ServerName master, Collection<ServerName> backupMasters, Map<String,RegionState> rit, String[] masterCoprocessors, Boolean balancerOn)
public Collection<ServerName> getDeadServerNames()
public int getServersSize()
public int getDeadServers()
public double getAverageLoad()
public int getRegionsCount()
public int getRequestsCount()
public String getHBaseVersion()
public boolean equals(Object o)
equals
in class Object
Object.equals(java.lang.Object)
public int hashCode()
hashCode
in class Object
Object.hashCode()
public byte getVersion()
getVersion
in class org.apache.hadoop.io.VersionedWritable
public Collection<ServerName> getServerInfo()
getServers()
ServerName
.public Collection<ServerName> getServers()
public ServerName getMaster()
ServerName
.public int getBackupMastersSize()
public Collection<ServerName> getBackupMasters()
public ServerLoad getLoad(ServerName sn)
sn
- @InterfaceAudience.Private public Map<String,RegionState> getRegionsInTransition()
public String getClusterId()
public String[] getMasterCoprocessors()
public boolean isBalancerOn()
public Boolean getBalancerOn()
public ClusterStatusProtos.ClusterStatus convert()
public static ClusterStatus convert(ClusterStatusProtos.ClusterStatus proto)
proto
- the protobuf ClusterStatusCopyright © 2014 The Apache Software Foundation. All Rights Reserved.