Class DatabaseCleanupProperties

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

@ConfigurationProperties(prefix="genie.tasks.database-cleanup") @Validated public class DatabaseCleanupProperties extends Object
Properties controlling the behavior of the database cleanup leadership task.
Since:
3.0.0
  • Field Details

    • PROPERTY_PREFIX

      public static final String PROPERTY_PREFIX
      The property prefix for Database Cleanup related tasks.
      See Also:
    • ENABLED_PROPERTY

      public static final String ENABLED_PROPERTY
      The property key for whether this feature is enabled or not.
      See Also:
    • EXPRESSION_PROPERTY

      public static final String EXPRESSION_PROPERTY
      The cron expression for when the cleanup task should occur.
      See Also:
    • BATCH_SIZE_PROPERTY

      public static final String BATCH_SIZE_PROPERTY
      The batch size used to iteratively delete unused entities.
      See Also:
  • Constructor Details

    • DatabaseCleanupProperties

      public DatabaseCleanupProperties()