Class DatabaseCleanupProperties.TagDatabaseCleanupProperties

java.lang.Object
com.netflix.genie.web.properties.DatabaseCleanupProperties.TagDatabaseCleanupProperties
Enclosing class:
DatabaseCleanupProperties

public static class DatabaseCleanupProperties.TagDatabaseCleanupProperties extends Object
Properties related to cleaning up tag records from the database.
Since:
4.0.0
  • Field Details

    • TAG_CLEANUP_PROPERTY_PREFIX

      public static final String TAG_CLEANUP_PROPERTY_PREFIX
      The prefix for all properties related to cleaning up tag records from the database.
      See Also:
    • SKIP_PROPERTY

      public static final String SKIP_PROPERTY
      Skip the Tags table when performing database cleanup.
      See Also:
    • BATCH_DAYS_WITHIN_PROPERTY

      public static final String BATCH_DAYS_WITHIN_PROPERTY
      The number of days within current day that the unused tags deletion will be running in batch mode.
      See Also:
    • ROLLING_WINDOW_HOURS_PROPERTY

      public static final String ROLLING_WINDOW_HOURS_PROPERTY
      The size of the rolling window used to delete unused tags, units in hours.
      See Also:
  • Constructor Details

    • TagDatabaseCleanupProperties

      public TagDatabaseCleanupProperties()