| Package | Description |
|---|---|
| org.apache.hadoop.hbase.master.normalizer |
The Region Normalizer subsystem is responsible for coaxing all the regions in a table toward
a "normal" size, according to their storefile size.
|
| Modifier and Type | Class and Description |
|---|---|
(package private) class |
SimpleRegionNormalizer
Simple implementation of region normalizer.
|
| Modifier and Type | Field and Description |
|---|---|
private RegionNormalizer |
RegionNormalizerWorker.regionNormalizer |
| Modifier and Type | Method and Description |
|---|---|
private static RegionNormalizer |
RegionNormalizerFactory.getRegionNormalizer(org.apache.hadoop.conf.Configuration conf)
Create a region normalizer from the given conf.
|
| Constructor and Description |
|---|
RegionNormalizerWorker(org.apache.hadoop.conf.Configuration configuration,
MasterServices masterServices,
RegionNormalizer regionNormalizer,
RegionNormalizerWorkQueue<TableName> workQueue) |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.