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 Details

    • COMMAND_DEACTIVATION_PROPERTY_PREFIX

      public static final String COMMAND_DEACTIVATION_PROPERTY_PREFIX
      The prefix for all properties related to deactivating commands in the database.
      See Also:
    • SKIP_PROPERTY

      public static final String SKIP_PROPERTY
      Skip deactivating commands when performing database cleanup.
      See Also:
    • COMMAND_CREATION_THRESHOLD_PROPERTY

      public static final String 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()