Package | Description |
---|---|
org.apache.hadoop.hbase.conf | |
org.apache.hadoop.hbase.master | |
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.
|
org.apache.hadoop.hbase.regionserver |
Modifier and Type | Method and Description |
---|---|
void |
PropagatingConfigurationObserver.deregisterChildren(ConfigurationManager manager)
Needs to be called to deregister the children from the manager.
|
void |
PropagatingConfigurationObserver.registerChildren(ConfigurationManager manager)
Needs to be called to register the children to the manager.
|
Modifier and Type | Method and Description |
---|---|
ConfigurationManager |
HMaster.getConfigurationManager() |
Modifier and Type | Method and Description |
---|---|
void |
RegionNormalizerManager.deregisterChildren(ConfigurationManager manager) |
void |
RegionNormalizerWorker.deregisterChildren(ConfigurationManager manager) |
void |
RegionNormalizerManager.registerChildren(ConfigurationManager manager) |
void |
RegionNormalizerWorker.registerChildren(ConfigurationManager manager) |
Modifier and Type | Field and Description |
---|---|
private ConfigurationManager |
HRegion.configurationManager |
protected ConfigurationManager |
HRegionServer.configurationManager
Configuration manager is used to register/deregister and notify the configuration observers
when the regionserver is notified that there was a change in the on disk configs.
|
Modifier and Type | Method and Description |
---|---|
(package private) ConfigurationManager |
HRegionServer.getConfigurationManager()
Returns : Returns the ConfigurationManager object for testing purposes.
|
Modifier and Type | Method and Description |
---|---|
void |
HStore.deregisterChildren(ConfigurationManager manager)
Needs to be called to deregister the children from the manager.
|
void |
CompactSplit.deregisterChildren(ConfigurationManager manager)
Needs to be called to deregister the children from the manager.
|
void |
HRegion.deregisterChildren(ConfigurationManager manager)
Needs to be called to deregister the children from the manager.
|
void |
HStore.registerChildren(ConfigurationManager manager)
Needs to be called to register the children to the manager.
|
void |
CompactSplit.registerChildren(ConfigurationManager manager)
Needs to be called to register the children to the manager.
|
void |
HRegion.registerChildren(ConfigurationManager manager)
Needs to be called to register the children to the manager.
|
private static void |
HRegionServer.setupWindows(org.apache.hadoop.conf.Configuration conf,
ConfigurationManager cm)
If running on Windows, do windows-specific setup.
|
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.