org.apache.hama
Class HamaConfiguration

java.lang.Object
  extended by org.apache.hadoop.conf.Configuration
      extended by org.apache.hama.HamaConfiguration
All Implemented Interfaces:
java.lang.Iterable<java.util.Map.Entry<java.lang.String,java.lang.String>>, org.apache.hadoop.io.Writable

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

Adds Hama 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
HamaConfiguration()
          constructor
HamaConfiguration(org.apache.hadoop.conf.Configuration c)
          Create a clone of passed configuration.
HamaConfiguration(org.apache.hadoop.fs.Path confFile)
           
 
Method Summary
 
Methods inherited from class org.apache.hadoop.conf.Configuration
addDefaultResource, addResource, addResource, addResource, addResource, clear, get, get, getBoolean, getClass, getClass, getClassByName, getClasses, getClassLoader, getConfResourceAsInputStream, getConfResourceAsReader, getFile, getFloat, getInt, getLocalPath, getLong, getRange, getRaw, getResource, getStringCollection, getStrings, getStrings, iterator, main, readFields, reloadConfiguration, set, setBoolean, setBooleanIfUnset, setClass, setClassLoader, 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

HamaConfiguration

public HamaConfiguration()
constructor


HamaConfiguration

public HamaConfiguration(org.apache.hadoop.fs.Path confFile)

HamaConfiguration

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

Parameters:
c - Configuration to clone.


Copyright © 2008-2011 The Apache Software Foundation. All Rights Reserved.