Package com.netflix.genie.web.properties
Class AgentCleanupProperties
java.lang.Object
com.netflix.genie.web.properties.AgentCleanupProperties
@ConfigurationProperties(prefix="genie.tasks.agent-cleanup")
@Validated
public class AgentCleanupProperties
extends Object
Properties related to cleaning up jobs associated to AWOL/MIA agents.
- Since:
- 4.0.0
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
The property that determines if theAgentJobCleanupTask
is enabled.static final String
The property prefix for all properties in this group. -
Constructor Summary
-
Method Summary
-
Field Details
-
PROPERTY_PREFIX
The property prefix for all properties in this group.- See Also:
-
ENABLED_PROPERTY
The property that determines if theAgentJobCleanupTask
is enabled.- See Also:
-
-
Constructor Details
-
AgentCleanupProperties
public AgentCleanupProperties()
-