Package | Description |
---|---|
org.apache.hadoop.hbase.master.normalizer |
Modifier and Type | Class and Description |
---|---|
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 | 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.
|
List<NormalizationPlan> |
SimpleRegionNormalizer.computePlansForTable(TableName table) |
List<NormalizationPlan> |
RegionNormalizer.computePlansForTable(TableName table)
Computes a list of normalizer actions to perform on the target table.
|
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–2020 The Apache Software Foundation. All rights reserved.