Uses of Class
org.apache.hadoop.hbase.conf.ConfigurationManager
Packages that use org.apache.hadoop.hbase.conf.ConfigurationManager
-
Uses of org.apache.hadoop.hbase.conf.ConfigurationManager in org.apache.hadoop.hbase.conf
Methods in org.apache.hadoop.hbase.conf with parameters of type org.apache.hadoop.hbase.conf.ConfigurationManager in inModifier and TypeMethodDescriptionvoidPropagatingConfigurationObserver.deregisterChildren(org.apache.hadoop.hbase.conf.ConfigurationManager manager) Needs to be called to deregister the children from the manager.voidPropagatingConfigurationObserver.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
Fields in org.apache.hadoop.hbase.regionserver declared as org.apache.hadoop.hbase.conf.ConfigurationManager in inModifier and TypeFieldDescriptionprotected final org.apache.hadoop.hbase.conf.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 org.apache.hadoop.hbase.conf.ConfigurationManager in inModifier and TypeMethodDescriptionorg.apache.hadoop.hbase.conf.ConfigurationManagerHRegionServer.getConfigurationManager()Returns : Returns the ConfigurationManager object for testing purposes.Methods in org.apache.hadoop.hbase.regionserver with parameters of type org.apache.hadoop.hbase.conf.ConfigurationManager in inModifier and TypeMethodDescriptionvoidCompactSplit.deregisterChildren(org.apache.hadoop.hbase.conf.ConfigurationManager manager) Needs to be called to deregister the children from the manager.voidHRegion.deregisterChildren(org.apache.hadoop.hbase.conf.ConfigurationManager manager) Needs to be called to deregister the children from the manager.voidHStore.deregisterChildren(org.apache.hadoop.hbase.conf.ConfigurationManager manager) Needs to be called to deregister the children from the manager.voidPrefetchExecutorNotifier.deregisterChildren(org.apache.hadoop.hbase.conf.ConfigurationManager manager) Needs to be called to deregister the children from the manager.voidCompactSplit.registerChildren(org.apache.hadoop.hbase.conf.ConfigurationManager manager) Needs to be called to register the children to the manager.voidHRegion.registerChildren(org.apache.hadoop.hbase.conf.ConfigurationManager manager) Needs to be called to register the children to the manager.voidHStore.registerChildren(org.apache.hadoop.hbase.conf.ConfigurationManager manager) Needs to be called to register the children to the manager.voidPrefetchExecutorNotifier.registerChildren(org.apache.hadoop.hbase.conf.ConfigurationManager manager) Needs to be called to register the children to the manager.