All Methods Static Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
void |
deleteRegion(RegionInfo regionInfo) |
void |
deleteRegions(List<RegionInfo> regions) |
private long |
getOpenSeqNumForParentRegion(RegionInfo region) |
private int |
getRegionReplication(TableDescriptor htd) |
(package private) static ServerName |
getRegionServer(Result r,
int replicaId)
Returns the ServerName from catalog table Result
where the region is transitioning.
|
static RegionState.State |
getRegionState(Result r,
RegionInfo regionInfo)
Pull the region state from a catalog table Result .
|
private static byte[] |
getServerNameColumn(int replicaId) |
private static byte[] |
getStateColumn(int replicaId) |
private TableDescriptor |
getTableDescriptor(TableName tableName) |
private boolean |
hasGlobalReplicationScope(TableDescriptor htd) |
private boolean |
hasGlobalReplicationScope(TableName tableName) |
void |
mergeRegions(RegionInfo child,
RegionInfo[] parents,
ServerName serverName) |
void |
splitRegion(RegionInfo parent,
RegionInfo hriA,
RegionInfo hriB,
ServerName serverName) |
private void |
updateMetaLocation(RegionInfo regionInfo,
ServerName serverName,
RegionState.State state) |
private void |
updateRegionLocation(RegionInfo regionInfo,
RegionState.State state,
Put put) |
void |
updateRegionLocation(RegionStateNode regionStateNode) |
private void |
updateUserRegionLocation(RegionInfo regionInfo,
RegionState.State state,
ServerName regionLocation,
long openSeqNum,
long pid) |
void |
visitMeta(RegionStateStore.RegionStateVisitor visitor) |
private void |
visitMetaEntry(RegionStateStore.RegionStateVisitor visitor,
Result result) |