| Package | Description | 
|---|---|
| org.apache.hadoop.hbase.master.normalizer | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | EmptyNormalizationPlanPlan which signifies that no normalization is required,
 or normalization of this table isn't allowed, this is singleton. | 
| class  | MergeNormalizationPlanNormalization plan to merge regions (smallest region in the table with its smallest neighbor). | 
| class  | SplitNormalizationPlanNormalization plan to split region. | 
| Modifier and Type | Field and Description | 
|---|---|
| private Comparator<NormalizationPlan> | SimpleRegionNormalizer. planComparator | 
| Modifier and Type | Method and Description | 
|---|---|
| List<NormalizationPlan> | RegionNormalizer. computePlanForTable(TableName table)Computes next optimal normalization plan. | 
| List<NormalizationPlan> | SimpleRegionNormalizer. computePlanForTable(TableName table)Computes next most "urgent" normalization action on the table. | 
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.