Package org.apache.storm.scheduler.utils
Interface IConfigLoader
-
- All Known Implementing Classes:
ArtifactoryConfigLoader
,FileConfigLoader
public interface IConfigLoader
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Map<?,?>
load(String configKey)
Load scheduler configs associated with the configKey.
-