Package org.apache.storm.scheduler.utils
Class FileConfigLoader
java.lang.Object
org.apache.storm.scheduler.utils.FileConfigLoader
- All Implemented Interfaces:
- IConfigLoader
Scheduler configuration loader which loads configs from a file.
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
FileConfigLoader
 
- 
- 
Method Details- 
loadLoad the configs associated with the configKey from the targetFilePath.- Specified by:
- loadin interface- IConfigLoader
- Parameters:
- configKey- The key from which we want to get the scheduler config.
- Returns:
- The scheduler configuration if exists; null otherwise.
 
 
-