Class BaseConfigurable

java.lang.Object
org.apache.hadoop.hbase.BaseConfigurable
All Implemented Interfaces:
org.apache.hadoop.conf.Configurable
Direct Known Subclasses:
BaseFileCleanerDelegate, UserProvider

@Private public class BaseConfigurable extends Object implements org.apache.hadoop.conf.Configurable
HBase version of Hadoop's Configured class that doesn't initialize the configuration via setConf(Configuration) in the constructor, but only sets the configuration through the setConf(Configuration) method
  • Field Details

    • conf

      private org.apache.hadoop.conf.Configuration conf
  • Constructor Details

  • Method Details

    • setConf

      public void setConf(org.apache.hadoop.conf.Configuration conf)
      Specified by:
      setConf in interface org.apache.hadoop.conf.Configurable
    • getConf

      public org.apache.hadoop.conf.Configuration getConf()
      Specified by:
      getConf in interface org.apache.hadoop.conf.Configurable