Package | Description |
---|---|
org.apache.hadoop.hbase.master | |
org.apache.hadoop.hbase.master.normalizer |
Class and Description |
---|
RegionNormalizer
Performs "normalization" of regions of a table, 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 |
---|
NormalizationPlan
Interface for normalization plan.
|
NormalizationPlan.PlanType |
RegionNormalizer
Performs "normalization" of regions of a table, 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.
|
SimpleRegionNormalizer.NormalizeContext
Inner class caries the state necessary to perform a single invocation of
SimpleRegionNormalizer.computePlansForTable(TableName) . |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.