Class FileConfigLoader

  • All Implemented Interfaces:
    IConfigLoader

    public class FileConfigLoader
    extends Object
    implements IConfigLoader
    Scheduler configuration loader which loads configs from a file.
    • Constructor Detail

      • FileConfigLoader

        public FileConfigLoader​(Map<String,​Object> conf)
    • Method Detail

      • load

        public Map<String,​Object> load​(String configKey)
        Load the configs associated with the configKey from the targetFilePath.
        Specified by:
        load in interface IConfigLoader
        Parameters:
        configKey - The key from which we want to get the scheduler config.
        Returns:
        The scheduler configuration if exists; null otherwise.