Class DiskCleanupProperties

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

@ConfigurationProperties(prefix="genie.tasks.disk-cleanup") @Validated public class DiskCleanupProperties 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 Disk 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:
  • Constructor Details

    • DiskCleanupProperties

      public DiskCleanupProperties()