@InterfaceAudience.Private
public interface FavoredNodesPromoter
| Modifier and Type | Field and Description |
|---|---|
static String |
FAVORED_ALWAYS_ASSIGN_REGIONS |
| Modifier and Type | Method and Description |
|---|---|
void |
generateFavoredNodesForDaughter(List<ServerName> servers,
HRegionInfo parent,
HRegionInfo hriA,
HRegionInfo hriB) |
void |
generateFavoredNodesForMergedRegion(HRegionInfo merged,
HRegionInfo hriA,
HRegionInfo hriB) |
static final String FAVORED_ALWAYS_ASSIGN_REGIONS
void generateFavoredNodesForDaughter(List<ServerName> servers, HRegionInfo parent, HRegionInfo hriA, HRegionInfo hriB) throws IOException
IOExceptionvoid generateFavoredNodesForMergedRegion(HRegionInfo merged, HRegionInfo hriA, HRegionInfo hriB) throws IOException
IOExceptionCopyright © 2007–2017 The Apache Software Foundation. All rights reserved.