Package | Description |
---|---|
org.apache.hadoop.hbase.master.normalizer |
Modifier and Type | Class and Description |
---|---|
class |
EmptyNormalizationPlan
Plan which signifies that no normalization is required,
or normalization of this table isn't allowed, this is singleton.
|
class |
MergeNormalizationPlan
Normalization plan to merge regions (smallest region in the table with its smallest neighbor).
|
class |
SplitNormalizationPlan
Normalization 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–2019 The Apache Software Foundation. All rights reserved.