Package com.netflix.genie.web.properties
Class DatabaseCleanupProperties.CommandDeactivationDatabaseCleanupProperties
java.lang.Object
com.netflix.genie.web.properties.DatabaseCleanupProperties.CommandDeactivationDatabaseCleanupProperties
- Enclosing class:
- DatabaseCleanupProperties
@Validated
public static class DatabaseCleanupProperties.CommandDeactivationDatabaseCleanupProperties
extends Object
Properties related to setting Commands to INACTIVE status in the database.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
The number of days before the current cleanup run that a command must have been created in the system to be considered for deactivation.static final String
The prefix for all properties related to deactivating commands in the database.static final String
Skip deactivating commands when performing database cleanup. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
COMMAND_DEACTIVATION_PROPERTY_PREFIX
The prefix for all properties related to deactivating commands in the database.- See Also:
-
SKIP_PROPERTY
Skip deactivating commands when performing database cleanup.- See Also:
-
COMMAND_CREATION_THRESHOLD_PROPERTY
The number of days before the current cleanup run that a command must have been created in the system to be considered for deactivation.- See Also:
-
-
Constructor Details
-
CommandDeactivationDatabaseCleanupProperties
public CommandDeactivationDatabaseCleanupProperties()
-