public final class HadoopConfiguration extends org.apache.commons.configuration.AbstractConfiguration implements Serializable, Iterable
| Constructor and Description |
|---|
HadoopConfiguration() |
HadoopConfiguration(org.apache.commons.configuration.Configuration configuration) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addPropertyDirect(String key,
Object value) |
boolean |
containsKey(String key) |
Class<org.apache.hadoop.mapreduce.InputFormat<org.apache.hadoop.io.NullWritable,VertexWritable>> |
getGraphInputFormat() |
Class<org.apache.hadoop.mapreduce.OutputFormat<org.apache.hadoop.io.NullWritable,VertexWritable>> |
getGraphOutputFormat() |
String |
getInputLocation() |
Iterator<String> |
getKeys() |
String |
getOutputLocation() |
Object |
getProperty(String key) |
boolean |
isEmpty() |
Iterator |
iterator() |
void |
setInputLocation(String inputLocation) |
void |
setOutputLocation(String outputLocation) |
addErrorLogListener, addProperty, append, clear, clearProperty, clearPropertyDirect, copy, createInterpolator, getBigDecimal, getBigDecimal, getBigInteger, getBigInteger, getBoolean, getBoolean, getBoolean, getByte, getByte, getByte, getDefaultListDelimiter, getDelimiter, getDouble, getDouble, getDouble, getFloat, getFloat, getFloat, getInt, getInt, getInteger, getInterpolator, getKeys, getList, getList, getListDelimiter, getLogger, getLong, getLong, getLong, getProperties, getProperties, getShort, getShort, getShort, getString, getString, getStringArray, getSubstitutor, interpolate, interpolate, interpolatedConfiguration, interpolateHelper, isDelimiterParsingDisabled, isScalarValue, isThrowExceptionOnMissing, resolveContainerStore, setDefaultListDelimiter, setDelimiter, setDelimiterParsingDisabled, setListDelimiter, setLogger, setProperty, setThrowExceptionOnMissing, subsetaddConfigurationListener, addErrorListener, clearConfigurationListeners, clearErrorListeners, clone, createErrorEvent, createEvent, fireError, fireEvent, getConfigurationListeners, getErrorListeners, isDetailEvents, removeConfigurationListener, removeErrorListener, setDetailEventsequals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic HadoopConfiguration()
public HadoopConfiguration(org.apache.commons.configuration.Configuration configuration)
protected void addPropertyDirect(String key, Object value)
addPropertyDirect in class org.apache.commons.configuration.AbstractConfigurationpublic boolean isEmpty()
isEmpty in interface org.apache.commons.configuration.Configurationpublic boolean containsKey(String key)
containsKey in interface org.apache.commons.configuration.Configurationpublic Object getProperty(String key)
getProperty in interface org.apache.commons.configuration.Configurationpublic Iterator<String> getKeys()
getKeys in interface org.apache.commons.configuration.Configurationpublic Class<org.apache.hadoop.mapreduce.InputFormat<org.apache.hadoop.io.NullWritable,VertexWritable>> getGraphInputFormat()
public Class<org.apache.hadoop.mapreduce.OutputFormat<org.apache.hadoop.io.NullWritable,VertexWritable>> getGraphOutputFormat()
public String getInputLocation()
public void setInputLocation(String inputLocation)
public String getOutputLocation()
public void setOutputLocation(String outputLocation)
Copyright © 2013–2015 Apache Software Foundation. All rights reserved.