Uses of Class
org.apache.hadoop.hbase.conf.ConfigurationManager
Package
Description
-
Uses of org.apache.hadoop.hbase.conf.ConfigurationManager in org.apache.hadoop.hbase
Modifier and TypeFieldDescriptionprotected final org.apache.hadoop.hbase.conf.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.Modifier and TypeMethodDescriptionorg.apache.hadoop.hbase.conf.ConfigurationManager
HBaseServerBase.getConfigurationManager()
-
Uses of org.apache.hadoop.hbase.conf.ConfigurationManager in org.apache.hadoop.hbase.conf
Modifier and TypeMethodDescriptionvoid
PropagatingConfigurationObserver.deregisterChildren
(org.apache.hadoop.hbase.conf.ConfigurationManager manager) Needs to be called to deregister the children from the manager.void
PropagatingConfigurationObserver.registerChildren
(org.apache.hadoop.hbase.conf.ConfigurationManager manager) Needs to be called to register the children to the manager. -
Uses of org.apache.hadoop.hbase.conf.ConfigurationManager in org.apache.hadoop.hbase.regionserver
Modifier and TypeMethodDescriptionvoid
CompactSplit.deregisterChildren
(org.apache.hadoop.hbase.conf.ConfigurationManager manager) Needs to be called to deregister the children from the manager.void
HRegion.deregisterChildren
(org.apache.hadoop.hbase.conf.ConfigurationManager manager) Needs to be called to deregister the children from the manager.void
HStore.deregisterChildren
(org.apache.hadoop.hbase.conf.ConfigurationManager manager) Needs to be called to deregister the children from the manager.void
PrefetchExecutorNotifier.deregisterChildren
(org.apache.hadoop.hbase.conf.ConfigurationManager manager) Needs to be called to deregister the children from the manager.void
CompactSplit.registerChildren
(org.apache.hadoop.hbase.conf.ConfigurationManager manager) Needs to be called to register the children to the manager.void
HRegion.registerChildren
(org.apache.hadoop.hbase.conf.ConfigurationManager manager) Needs to be called to register the children to the manager.void
HStore.registerChildren
(org.apache.hadoop.hbase.conf.ConfigurationManager manager) Needs to be called to register the children to the manager.void
PrefetchExecutorNotifier.registerChildren
(org.apache.hadoop.hbase.conf.ConfigurationManager manager) Needs to be called to register the children to the manager.