Package | Description |
---|---|
org.apache.hadoop.hbase.master.assignment |
Modifier and Type | Method and Description |
---|---|
MoveRegionProcedure |
AssignmentManager.createMoveRegionProcedure(RegionPlan plan) |
MoveRegionProcedure[] |
AssignmentManager.createReopenProcedures(Collection<HRegionInfo> regionInfo) |
MoveRegionProcedure[] |
AssignmentManager.createReopenProcedures(TableName tableName)
Called by things like ModifyColumnFamilyProcedure to get a list of MoveRegionProcedure
to reopen the regions of the table.
|
Copyright © 2007–2017 The Apache Software Foundation. All rights reserved.