Class MergeNormalizationPlan
java.lang.Object
org.apache.hadoop.hbase.master.normalizer.MergeNormalizationPlan
- All Implemented Interfaces:
- 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.- 
Nested Class SummaryNested ClassesModifier and TypeClassDescription(package private) static classA helper for constructing instances ofMergeNormalizationPlan.Nested classes/interfaces inherited from interface org.apache.hadoop.hbase.master.normalizer.NormalizationPlanNormalizationPlan.PlanType
- 
Field SummaryFields
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprivateMergeNormalizationPlan(List<NormalizationTarget> normalizationTargets) 
- 
Method Summary
- 
Field Details- 
normalizationTargets
 
- 
- 
Constructor Details- 
MergeNormalizationPlan
 
- 
- 
Method Details- 
getTypeDescription copied from interface:NormalizationPlanReturns the type of this plan- Specified by:
- getTypein interface- NormalizationPlan
 
- 
getNormalizationTargets
- 
getPlanSizeMb- Specified by:
- getPlanSizeMbin interface- NormalizationPlan
 
- 
toString
- 
equals
- 
hashCode
 
-