Package | Description |
---|---|
org.apache.hadoop.hbase.master | |
org.apache.hadoop.hbase.master.assignment |
Modifier and Type | Method and Description |
---|---|
private void |
ServerManager.checkIsDead(ServerName serverName,
String what)
If this server is on the dead list, reject it with a YouAreDeadException.
|
void |
ServerManager.regionServerReport(ServerName sn,
ServerMetrics sl) |
Modifier and Type | Method and Description |
---|---|
void |
AssignmentManager.reportOnlineRegions(ServerName serverName,
Set<byte[]> regionNames)
the master will call this method when the RS send the regionServerReport().
|
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.