| Package | Description | 
|---|---|
| org.apache.hadoop.hbase.master.normalizer | The Region Normalizer subsystem is responsible for coaxing all the regions in a table toward
 a "normal" size, according to their storefile size. | 
| Modifier and Type | Method and Description | 
|---|---|
| private List<NormalizationPlan> | SimpleRegionNormalizer. computeMergeNormalizationPlans(SimpleRegionNormalizer.NormalizeContext ctx)Computes the merge plans that should be executed for this table to converge average region
 towards target average or target region count. | 
| private List<NormalizationPlan> | SimpleRegionNormalizer. computeSplitNormalizationPlans(SimpleRegionNormalizer.NormalizeContext ctx)Computes the split plans that should be executed for this table to converge average region size
 towards target average or target region count. | 
Copyright © 2007–2021 The Apache Software Foundation. All rights reserved.