Package org.apache.hadoop.hbase.conf


package org.apache.hadoop.hbase.conf
  • Class
    Description
    org.apache.hadoop.hbase.conf.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.
    org.apache.hadoop.hbase.conf.ConfigurationObserver
    Every class that wants to observe changes in Configuration properties, must implement interface (and also, register itself with the ConfigurationManager.
    org.apache.hadoop.hbase.conf.PropagatingConfigurationObserver
    This extension to ConfigurationObserver allows the configuration to propagate to the children of the current ConfigurationObserver.