@InterfaceAudience.Private public interface MutableOnlineRegions extends OnlineRegions
Region instance.| Modifier and Type | Method and Description |
|---|---|
void |
addRegion(HRegion r)
Add to online regions.
|
boolean |
removeRegion(HRegion r,
ServerName destination)
Removes the given Region from the list of onlineRegions.
|
getRegion, getRegions, getRegionsboolean removeRegion(HRegion r, ServerName destination)
r - Region to remove.destination - Destination, if any, null otherwise.Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.