Package org.apache.hadoop.hbase
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 Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
conf
-
-
Constructor Details
-
BaseConfigurable
public BaseConfigurable()
-
-
Method Details
-
setConf
- Specified by:
setConf
in interfaceorg.apache.hadoop.conf.Configurable
-
getConf
- Specified by:
getConf
in interfaceorg.apache.hadoop.conf.Configurable
-