Package com.netflix.genie.web.properties
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 Summary
FieldsModifier and TypeFieldDescriptionstatic final String
Placeholder for agent jar path in command-line-template.static final String
Name of the property that enables/disables the launcher.static final String
Placeholder for job id in command-line-template.static final String
Prefix for all properties related to the local agent launcher.static final String
Placeholder for server hostname in command-line-template.static final String
Placeholder for server port in command-line-template. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
PROPERTY_PREFIX
Prefix for all properties related to the local agent launcher.- See Also:
-
ENABLE_PROPERTY
Name of the property that enables/disables the launcher.- See Also:
-
SERVER_HOST_PLACEHOLDER
Placeholder for server hostname in command-line-template.- See Also:
-
SERVER_PORT_PLACEHOLDER
Placeholder for server port in command-line-template.- See Also:
-
JOB_ID_PLACEHOLDER
Placeholder for job id in command-line-template.- See Also:
-
AGENT_JAR_PLACEHOLDER
Placeholder for agent jar path in command-line-template.- See Also:
-
-
Constructor Details
-
LocalAgentLauncherProperties
public LocalAgentLauncherProperties()
-