@InterfaceAudience.Private public class MergeNormalizationPlan extends Object implements NormalizationPlan
| Constructor and Description |
|---|
MergeNormalizationPlan(HRegionInfo firstRegion,
HRegionInfo secondRegion) |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(Admin admin)
Executes normalization plan on cluster (does actual splitting/merging work).
|
String |
toString() |
public MergeNormalizationPlan(HRegionInfo firstRegion, HRegionInfo secondRegion)
Copyright © 2007–2021 The Apache Software Foundation. All rights reserved.