| Package | Description |
|---|---|
| org.apache.hadoop.hbase | |
| org.apache.hadoop.hbase.master |
| Modifier and Type | Method and Description |
|---|---|
Map<String,RegionState> |
ClusterStatus.getRegionsInTransition() |
| Constructor and Description |
|---|
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 |
|---|---|
static RegionState |
RegionState.convert(ClusterStatusProtos.RegionState proto)
Convert a protobuf HBaseProtos.RegionState to a RegionState
|
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.