Package com.netflix.genie.web.properties
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
The property prefix for Disk Cleanup related tasks.- See Also:
-
ENABLED_PROPERTY
The property key for whether this feature is enabled or not.- See Also:
-
-
Constructor Details
-
DiskCleanupProperties
public DiskCleanupProperties()
-