public final class HadoopConfiguration extends AbstractConfiguration implements Serializable, Iterable
Constructor and Description |
---|
HadoopConfiguration() |
HadoopConfiguration(Configuration configuration) |
Modifier and Type | Method and Description |
---|---|
protected void |
addPropertyDirect(String key,
Object value) |
protected void |
clearPropertyDirect(String key) |
boolean |
containsKey(String key) |
<A> Class<A> |
getGraphReader() |
<A> Class<A> |
getGraphWriter() |
String |
getInputLocation() |
Iterator<String> |
getKeys() |
String |
getOutputLocation() |
Object |
getProperty(String key) |
boolean |
isEmpty() |
Iterator |
iterator() |
void |
setInputLocation(String inputLocation) |
void |
setOutputLocation(String outputLocation) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
public HadoopConfiguration()
public HadoopConfiguration(Configuration configuration)
protected void clearPropertyDirect(String key)
public boolean isEmpty()
public boolean containsKey(String key)
public <A> Class<A> getGraphReader()
public <A> Class<A> getGraphWriter()
public String getInputLocation()
public void setInputLocation(String inputLocation)
public String getOutputLocation()
public void setOutputLocation(String outputLocation)
Copyright © 2013–2021 Apache Software Foundation. All rights reserved.