org.apache.hadoop.hbase
Class HBaseConfiguration

java.lang.Object
  extended by org.apache.hadoop.conf.Configuration
      extended by org.apache.hadoop.hbase.HBaseConfiguration
All Implemented Interfaces:
Iterable<Map.Entry<String,String>>

public class HBaseConfiguration
extends org.apache.hadoop.conf.Configuration

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()
          constructor
HBaseConfiguration(org.apache.hadoop.conf.Configuration c)
          Create a clone of passed configuration.
 
Method Summary
 
Methods inherited from class org.apache.hadoop.conf.Configuration
addResource, addResource, addResource, get, get, getBoolean, getClass, getClass, getClassByName, getClassLoader, getConfResourceAsInputStream, getConfResourceAsReader, getFile, getFloat, getInt, getLocalPath, getLong, getRange, getRaw, getResource, getStringCollection, getStrings, getStrings, iterator, main, set, setBoolean, setClass, setClassLoader, setInt, setLong, setQuietMode, setStrings, toString, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HBaseConfiguration

public HBaseConfiguration()
constructor


HBaseConfiguration

public HBaseConfiguration(org.apache.hadoop.conf.Configuration c)
Create a clone of passed configuration.

Parameters:
c - Configuration to clone.


Copyright © 2008 The Apache Software Foundation