Package | Description |
---|---|
org.apache.hadoop.hbase.master.assignment |
Modifier and Type | Method and Description |
---|---|
UnassignProcedure |
AssignmentManager.createUnassignProcedure(HRegionInfo regionInfo,
ServerName destinationServer,
boolean force) |
UnassignProcedure[] |
AssignmentManager.createUnassignProcedures(TableName tableName)
Called by things like DisableTableProcedure to get a list of UnassignProcedure
to unassign the regions of the table.
|
Copyright © 2007–2017 The Apache Software Foundation. All rights reserved.