Class LocalAgentLauncherProperties

java.lang.Object
com.netflix.genie.web.properties.LocalAgentLauncherProperties

@ConfigurationProperties(prefix="genie.agent.launcher.local") @Validated public class LocalAgentLauncherProperties extends Object
Properties related to launching Agent processes locally.
Since:
4.0.0
  • Field Details

    • PROPERTY_PREFIX

      public static final String PROPERTY_PREFIX
      Prefix for all properties related to the local agent launcher.
      See Also:
    • ENABLE_PROPERTY

      public static final String ENABLE_PROPERTY
      Name of the property that enables/disables the launcher.
      See Also:
    • SERVER_HOST_PLACEHOLDER

      public static final String SERVER_HOST_PLACEHOLDER
      Placeholder for server hostname in command-line-template.
      See Also:
    • SERVER_PORT_PLACEHOLDER

      public static final String SERVER_PORT_PLACEHOLDER
      Placeholder for server port in command-line-template.
      See Also:
    • JOB_ID_PLACEHOLDER

      public static final String JOB_ID_PLACEHOLDER
      Placeholder for job id in command-line-template.
      See Also:
    • AGENT_JAR_PLACEHOLDER

      public static final String AGENT_JAR_PLACEHOLDER
      Placeholder for agent jar path in command-line-template.
      See Also:
  • Constructor Details

    • LocalAgentLauncherProperties

      public LocalAgentLauncherProperties()