Uses of Interface
org.apache.storm.scheduler.utils.IConfigLoader
-
Uses of IConfigLoader in org.apache.storm.scheduler.multitenant
-
Uses of IConfigLoader in org.apache.storm.scheduler.utils
Modifier and TypeClassDescriptionclass
A dynamic loader that can load scheduler configurations for user resource guarantees from Artifactory (an artifact repository manager).class
Scheduler configuration loader which loads configs from a file.Modifier and TypeMethodDescriptionstatic IConfigLoader
ConfigLoaderFactoryService.createConfigLoader
(Map<String, Object> conf) The user interface to create an IConfigLoader instance.ArtifactoryConfigLoaderFactory.createIfSupported
(URI uri, Map<String, Object> conf) Create a ArtifactoryConfigLoader if the scheme of the URI is "artifactory+http" or "artifactory+https"; otherwise return null.FileConfigLoaderFactory.createIfSupported
(URI uri, Map<String, Object> conf) Create a FileConfigLoader if the scheme of the URI is "file"; else return null.IConfigLoaderFactory.createIfSupported
(URI uri, Map<String, Object> conf) Create an IConfigLoader implementation if the scheme of the URI is supported; otherwise returns null.