Package org.apache.cassandra.config
Interface ConfigurationLoader
- All Known Implementing Classes:
YamlConfigurationLoader
public interface ConfigurationLoader
-
Method Summary
-
Method Details
-
loadConfig
Loads aConfigobject to use to configure a node.- Returns:
- the
Configto use. - Throws:
ConfigurationException- if the configuration cannot be properly loaded.
-