Class ConfigUtils


  • public final class ConfigUtils
    extends Object
    • Method Detail

      • translateConfig

        public static org.apache.heron.api.Config translateConfig​(Map stormConfig)
        Translate storm config to heron config for topology
        Parameters:
        stormConfig - the storm config
        Returns:
        a heron config
      • translateComponentConfig

        public static org.apache.heron.api.Config translateComponentConfig​(Map stormConfig)
        Translate storm config to heron config for components
        Parameters:
        stormConfig - the storm config
        Returns:
        a heron config