| 程序包 | 说明 |
|---|---|
| org.apache.hadoop.hbase.master.normalizer |
| 限定符和类型 | 类和说明 |
|---|---|
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.
|
| 限定符和类型 | 方法和说明 |
|---|---|
List<NormalizationPlan> |
SimpleRegionNormalizer.computePlanForTable(TableName table)
Computes next most "urgent" normalization action on the table.
|
List<NormalizationPlan> |
RegionNormalizer.computePlanForTable(TableName table)
Computes next optimal normalization plan.
|
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.