Package org.apache.storm.scheduler.utils
Interface IConfigLoader
- All Known Implementing Classes:
- ArtifactoryConfigLoader,- FileConfigLoader
public interface IConfigLoader
- 
Method Summary
- 
Method Details- 
loadLoad scheduler configs associated with the configKey.- Parameters:
- configKey- The key from which we want to get the scheduler config.
- Returns:
- The scheduler configs
 
 
-