public interface ConfManager
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) |
org.apache.hadoop.conf.Configuration get(String confId)
void delete(String confId)
String create(NutchConfig nutchConfig)
Copyright © 2015 The Apache Software Foundation