public interface IConfigLoaderFactory
Modifier and Type | Method and Description |
---|---|
IConfigLoader |
createIfSupported(URI uri,
Map<String,Object> conf)
Create an IConfigLoader implementation if the scheme of the URI is supported; otherwise returns null.
|
IConfigLoader createIfSupported(URI uri, Map<String,Object> conf)
Create an IConfigLoader implementation if the scheme of the URI is supported; otherwise returns null.
uri
- The URI of the config location.conf
- The storm configuration.Copyright © 2022 The Apache Software Foundation. All rights reserved.