Package org.apache.bookkeeper.conf
Interface Configurable
- All Known Implementing Classes:
AbstractDNSToSwitchMapping,CachedDNSToSwitchMapping,ScriptBasedMapping
Class that may be configured with a
Configuration.-
Method Summary
-
Method Details
-
setConf
void setConf(org.apache.commons.configuration2.Configuration conf) Set the configuration to be used by this object.- Parameters:
conf- Configuration object to use
-
getConf
org.apache.commons.configuration2.Configuration getConf()Return the configuration used by this object.- Returns:
- configuration used by this object.
-