Uses of Class
org.apache.hadoop.hbase.conf.ConfigurationManager
Packages that use ConfigurationManager
Package
Description
The Region Normalizer subsystem is responsible for coaxing all the regions in a table toward
a "normal" size, according to their storefile size.
-
Uses of ConfigurationManager in org.apache.hadoop.hbase.conf
Methods in org.apache.hadoop.hbase.conf with parameters of type ConfigurationManagerModifier and TypeMethodDescriptionvoidPropagatingConfigurationObserver.deregisterChildren(ConfigurationManager manager) Needs to be called to deregister the children from the manager.voidPropagatingConfigurationObserver.registerChildren(ConfigurationManager manager) Needs to be called to register the children to the manager. -
Uses of ConfigurationManager in org.apache.hadoop.hbase.master.normalizer
Methods in org.apache.hadoop.hbase.master.normalizer with parameters of type ConfigurationManagerModifier and TypeMethodDescriptionvoidRegionNormalizerManager.deregisterChildren(ConfigurationManager manager) voidRegionNormalizerWorker.deregisterChildren(ConfigurationManager manager) voidRegionNormalizerManager.registerChildren(ConfigurationManager manager) voidRegionNormalizerWorker.registerChildren(ConfigurationManager manager) -
Uses of ConfigurationManager in org.apache.hadoop.hbase.regionserver
Fields in org.apache.hadoop.hbase.regionserver declared as ConfigurationManagerModifier and TypeFieldDescriptionprivate ConfigurationManagerHRegion.configurationManagerprotected final ConfigurationManagerHRegionServer.configurationManagerConfiguration 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.Methods in org.apache.hadoop.hbase.regionserver that return ConfigurationManagerModifier and TypeMethodDescriptionHRegionServer.getConfigurationManager()Returns : Returns the ConfigurationManager object for testing purposes.Methods in org.apache.hadoop.hbase.regionserver with parameters of type ConfigurationManagerModifier and TypeMethodDescriptionvoidCompactSplit.deregisterChildren(ConfigurationManager manager) Needs to be called to deregister the children from the manager.voidHRegion.deregisterChildren(ConfigurationManager manager) Needs to be called to deregister the children from the manager.voidHStore.deregisterChildren(ConfigurationManager manager) Needs to be called to deregister the children from the manager.voidPrefetchExecutorNotifier.deregisterChildren(ConfigurationManager manager) Needs to be called to deregister the children from the manager.voidCompactSplit.registerChildren(ConfigurationManager manager) Needs to be called to register the children to the manager.voidHRegion.registerChildren(ConfigurationManager manager) Needs to be called to register the children to the manager.voidHStore.registerChildren(ConfigurationManager manager) Needs to be called to register the children to the manager.voidPrefetchExecutorNotifier.registerChildren(ConfigurationManager manager) Needs to be called to register the children to the manager. -
Uses of ConfigurationManager in org.apache.hadoop.hbase.replication.regionserver
Methods in org.apache.hadoop.hbase.replication.regionserver with parameters of type ConfigurationManagerModifier and TypeMethodDescriptionvoidReplication.deregisterChildren(ConfigurationManager manager) voidReplication.registerChildren(ConfigurationManager manager)