public class RAMConfManager extends Object implements ConfManager
Constructor and Description |
---|
RAMConfManager() |
Modifier and Type | Method and Description |
---|---|
String |
create(NutchConfig nutchConfig) |
void |
delete(String confId) |
org.apache.hadoop.conf.Configuration |
get(String confId) |
Map<String,String> |
getAsMap(String confId) |
Set<String> |
list() |
void |
setProperty(String confId,
String propName,
String propValue) |
public Set<String> list()
list
in interface ConfManager
public org.apache.hadoop.conf.Configuration get(String confId)
get
in interface ConfManager
public Map<String,String> getAsMap(String confId)
getAsMap
in interface ConfManager
public void setProperty(String confId, String propName, String propValue)
setProperty
in interface ConfManager
public void delete(String confId)
delete
in interface ConfManager
public String create(NutchConfig nutchConfig)
create
in interface ConfManager
Copyright © 2015 The Apache Software Foundation