Package | Description |
---|---|
org.apache.hadoop.hbase.conf | |
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 | 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 |
---|---|
protected ConfigurationManager |
HRegionServer.getConfigurationManager() |
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.