Package | Description |
---|---|
org.apache.hadoop.hbase.master.normalizer |
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–2020 The Apache Software Foundation. All rights reserved.