Class MergeNormalizationPlan

java.lang.Object
org.apache.hadoop.hbase.master.normalizer.MergeNormalizationPlan
All Implemented Interfaces:
NormalizationPlan

@Private final class MergeNormalizationPlan extends Object implements NormalizationPlan
Normalization plan to merge adjacent regions. As with any call to MasterServices.mergeRegions(RegionInfo[], boolean, long, long) with forcible=false, Region order and adjacency are important. It's the caller's responsibility to ensure the provided parameters are ordered according to the {code mergeRegions} method requirements.