Class FileConfigLoaderFactory

    • Constructor Detail

      • FileConfigLoaderFactory

        public FileConfigLoaderFactory()
    • Method Detail

      • createIfSupported

        public IConfigLoader createIfSupported​(URI uri,
                                               Map<String,​Object> conf)
        Create a FileConfigLoader if the scheme of the URI is "file"; else return null.
        Specified by:
        createIfSupported in interface IConfigLoaderFactory
        Parameters:
        uri - The URI which pointing to the config file location.
        conf - The storm configuration.
        Returns:
        A FileConfigLoader if the scheme is "file"; otherwise, null.