public class ConfigLoaderFactoryService extends Object
The user interface to create a concrete IConfigLoader instance for use.
Constructor and Description |
---|
ConfigLoaderFactoryService() |
Modifier and Type | Method and Description |
---|---|
static IConfigLoader |
createConfigLoader(Map<String,Object> conf)
The user interface to create an IConfigLoader instance.
|
public static IConfigLoader createConfigLoader(Map<String,Object> conf)
The user interface to create an IConfigLoader instance. It iterates all the implementations of IConfigLoaderFactory and finds the one which supports the specific scheme of the URI and then uses it to create an IConfigLoader instance.
conf
- The storm configuration.Copyright © 2022 The Apache Software Foundation. All rights reserved.