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:
- UserProvider
@InterfaceAudience.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
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 |
BaseConfigurable
public BaseConfigurable()
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 © 2007-2016 The Apache Software Foundation. All Rights Reserved.