|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.hadoop.conf.Configuration
org.apache.hadoop.hbase.HBaseConfiguration
public class HBaseConfiguration
Adds HBase configuration files to a Configuration
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.apache.hadoop.conf.Configuration |
|---|
org.apache.hadoop.conf.Configuration.IntegerRanges |
| Constructor Summary | |
|---|---|
HBaseConfiguration()
Deprecated. |
|
HBaseConfiguration(org.apache.hadoop.conf.Configuration c)
Deprecated. |
|
| Method Summary | |
|---|---|
static org.apache.hadoop.conf.Configuration |
addHbaseResources(org.apache.hadoop.conf.Configuration conf)
|
static org.apache.hadoop.conf.Configuration |
create()
Creates a Configuration with HBase resources |
static org.apache.hadoop.conf.Configuration |
create(org.apache.hadoop.conf.Configuration that)
Creates a clone of passed configuration. |
static void |
merge(org.apache.hadoop.conf.Configuration destConf,
org.apache.hadoop.conf.Configuration srcConf)
Merge two configurations. |
| Methods inherited from class org.apache.hadoop.conf.Configuration |
|---|
addDefaultResource, addResource, addResource, addResource, addResource, clear, dumpConfiguration, get, get, getBoolean, getClass, getClass, getClassByName, getClasses, getClassLoader, getConfResourceAsInputStream, getConfResourceAsReader, getEnum, getFile, getFloat, getInt, getLocalPath, getLong, getRange, getRaw, getResource, getStringCollection, getStrings, getStrings, getValByRegex, iterator, main, readFields, reloadConfiguration, set, setBoolean, setBooleanIfUnset, setClass, setClassLoader, setEnum, setFloat, setIfUnset, setInt, setLong, setQuietMode, setStrings, size, toString, write, writeXml |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
@Deprecated public HBaseConfiguration()
@Deprecated public HBaseConfiguration(org.apache.hadoop.conf.Configuration c)
| Method Detail |
|---|
public static org.apache.hadoop.conf.Configuration addHbaseResources(org.apache.hadoop.conf.Configuration conf)
public static org.apache.hadoop.conf.Configuration create()
public static org.apache.hadoop.conf.Configuration create(org.apache.hadoop.conf.Configuration that)
that - Configuration to clone.
public static void merge(org.apache.hadoop.conf.Configuration destConf,
org.apache.hadoop.conf.Configuration srcConf)
destConf - the configuration that will be overwritten with items
from the srcConfsrcConf - the source configuration
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||