| Package | Description |
|---|---|
| org.apache.hadoop.hbase.master | |
| org.apache.hadoop.hbase.master.normalizer |
| Class and Description |
|---|
| RegionNormalizer
Performs "normalization" of regions on the cluster, making sure that suboptimal
choice of split keys doesn't leave cluster in a situation when some regions are
substantially larger than others for considerable amount of time.
|
| RegionNormalizerChore
Chore that will call
HMaster.normalizeRegions()
when needed. |
| Class and Description |
|---|
| EmptyNormalizationPlan
Plan which signifies that no normalization is required,
or normalization of this table isn't allowed, this is singleton.
|
| NormalizationPlan
Interface for normalization plan.
|
| NormalizationPlan.PlanType |
| RegionNormalizer
Performs "normalization" of regions on the cluster, making sure that suboptimal
choice of split keys doesn't leave cluster in a situation when some regions are
substantially larger than others for considerable amount of time.
|
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.