| Package | Description |
|---|---|
| org.apache.hadoop.hbase.conf |
| Class and Description |
|---|
| ConfigurationManager
Maintains the set of all the classes which would like to get notified when the Configuration is
reloaded from the disk in the Online Configuration Change mechanism, which lets you update
certain configuration properties on-the-fly, without having to restart the cluster.
|
| ConfigurationObserver
Every class that wants to observe changes in Configuration properties, must implement interface
(and also, register itself with the
ConfigurationManager. |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.