@InterfaceAudience.Private interface RegionNormalizer extends org.apache.hadoop.conf.Configurable
SimpleRegionNormalizer
or plug in their own implementation. Please note that overly
aggressive normalization rules (attempting to make all regions perfectly equal in size) could
potentially lead to "split/merge storms".Modifier and Type | Method and Description |
---|---|
List<NormalizationPlan> |
computePlansForTable(TableDescriptor tableDescriptor)
Computes a list of normalizer actions to perform on the target table.
|
void |
setMasterServices(MasterServices masterServices)
Set the master service.
|
void setMasterServices(MasterServices masterServices)
computePlansForTable(TableDescriptor)
.masterServices
- master services to useList<NormalizationPlan> computePlansForTable(TableDescriptor tableDescriptor)
tableDescriptor
- table descriptor for table which needs normalizeCopyright © 2007–2020 The Apache Software Foundation. All rights reserved.