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 Summary
Nested ClassesModifier and TypeClassDescription(package private) static classA helper for constructing instances ofMergeNormalizationPlan.Nested classes/interfaces inherited from interface org.apache.hadoop.hbase.master.normalizer.NormalizationPlan
NormalizationPlan.PlanType - 
Field Summary
Fields - 
Constructor Summary
ConstructorsModifierConstructorDescriptionprivateMergeNormalizationPlan(List<NormalizationTarget> normalizationTargets)  - 
Method Summary
 
- 
Field Details
- 
normalizationTargets
 
 - 
 - 
Constructor Details
- 
MergeNormalizationPlan
 
 - 
 - 
Method Details
- 
getType
Description copied from interface:NormalizationPlanReturns the type of this plan- Specified by:
 getTypein interfaceNormalizationPlan
 - 
getNormalizationTargets
 - 
getPlanSizeMb
- Specified by:
 getPlanSizeMbin interfaceNormalizationPlan
 - 
toString
 - 
equals
 - 
hashCode
 
 -