Uses of Class
org.apache.hadoop.hbase.conf.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
Modifier and TypeFieldDescriptionprotected final ConfigurationManager
HBaseServerBase.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. -
Uses of ConfigurationManager in org.apache.hadoop.hbase.conf
Modifier and TypeMethodDescriptionvoid
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. -
Uses of ConfigurationManager in org.apache.hadoop.hbase.master.normalizer
Modifier and TypeMethodDescriptionvoid
RegionNormalizerManager.deregisterChildren
(ConfigurationManager manager) void
RegionNormalizerWorker.deregisterChildren
(ConfigurationManager manager) void
RegionNormalizerManager.registerChildren
(ConfigurationManager manager) void
RegionNormalizerWorker.registerChildren
(ConfigurationManager manager) -
Uses of ConfigurationManager in org.apache.hadoop.hbase.regionserver
Modifier and TypeMethodDescriptionvoid
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.deregisterChildren
(ConfigurationManager manager) Needs to be called to deregister the children from the manager.void
PrefetchExecutorNotifier.deregisterChildren
(ConfigurationManager manager) Needs to be called to deregister the children from 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.void
HStore.registerChildren
(ConfigurationManager manager) Needs to be called to register the children to the manager.void
PrefetchExecutorNotifier.registerChildren
(ConfigurationManager manager) Needs to be called to register the children to the manager. -
Uses of ConfigurationManager in org.apache.hadoop.hbase.replication.regionserver
Modifier and TypeMethodDescriptionvoid
Replication.deregisterChildren
(ConfigurationManager manager) void
Replication.registerChildren
(ConfigurationManager manager)