Package org.apache.cassandra.config
Interface ConfigurationLoader
-
- All Known Implementing Classes:
YamlConfigurationLoader
public interface ConfigurationLoader
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ConfigloadConfig()Loads aConfigobject to use to configure a node.
-
-
-
Method Detail
-
loadConfig
Config loadConfig() throws ConfigurationException
Loads aConfigobject to use to configure a node.- Returns:
- the
Configto use. - Throws:
ConfigurationException- if the configuration cannot be properly loaded.
-
-