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 java.lang.Object
Properties controlling the behavior of the database cleanup leadership task.- Since:
- 3.0.0
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
ENABLED_PROPERTY
The property key for whether this feature is enabled or not.static java.lang.String
PROPERTY_PREFIX
The property prefix for Disk Cleanup related tasks.
-
Constructor Summary
Constructors Constructor Description DiskCleanupProperties()
-
-
-
Field Detail
-
PROPERTY_PREFIX
public static final java.lang.String PROPERTY_PREFIX
The property prefix for Disk Cleanup related tasks.- See Also:
- Constant Field Values
-
ENABLED_PROPERTY
public static final java.lang.String ENABLED_PROPERTY
The property key for whether this feature is enabled or not.- See Also:
- Constant Field Values
-
-