org.apache.hadoop.hbase
Class BaseConfigurable

java.lang.Object
  extended by org.apache.hadoop.hbase.BaseConfigurable
All Implemented Interfaces:
org.apache.hadoop.conf.Configurable
Direct Known Subclasses:
BaseHFileCleanerDelegate, BaseLogCleanerDelegate

public class BaseConfigurable
extends java.lang.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


Constructor Summary
BaseConfigurable()
           
 
Method Summary
 org.apache.hadoop.conf.Configuration getConf()
           
 void setConf(org.apache.hadoop.conf.Configuration conf)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BaseConfigurable

public BaseConfigurable()
Method Detail

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


Copyright © 2013 The Apache Software Foundation. All Rights Reserved.