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)  | 
Class<<any>> | 
getGraphInputFormat()
Deprecated. 
 
As of release 3.2.0, replaced by  
getGraphReader(). | 
Class<<any>> | 
getGraphOutputFormat()
Deprecated. 
 
As of release 3.2.0, replaced by  
getGraphWriter(). | 
<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, waitforEach, spliteratorpublic 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()
@Deprecated public Class<<any>> getGraphInputFormat()
getGraphReader().@Deprecated public Class<<any>> getGraphOutputFormat()
getGraphWriter().public String getInputLocation()
public void setInputLocation(String inputLocation)
public String getOutputLocation()
public void setOutputLocation(String outputLocation)
Copyright © 2013–2017 Apache Software Foundation. All rights reserved.