Package | Description |
---|---|
org.apache.hadoop.hbase | |
org.apache.hadoop.hbase.master |
Modifier and Type | Method and Description |
---|---|
Map<String,AssignmentManager.RegionState> |
ClusterStatus.getRegionsInTransition() |
Constructor and Description |
---|
ClusterStatus(String hbaseVersion,
String clusterid,
Map<ServerName,HServerLoad> servers,
Collection<ServerName> deadServers,
ServerName master,
Collection<ServerName> backupMasters,
Map<String,AssignmentManager.RegionState> rit,
String[] masterCoprocessors) |
Modifier and Type | Method and Description |
---|---|
AssignmentManager.RegionState |
AssignmentManager.isRegionInTransition(HRegionInfo hri) |
Modifier and Type | Method and Description |
---|---|
NavigableMap<String,AssignmentManager.RegionState> |
AssignmentManager.getRegionsInTransition() |
Pair<Set<HRegionInfo>,List<AssignmentManager.RegionState>> |
AssignmentManager.processServerShutdown(ServerName sn)
Start processing of shutdown server.
|
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.