Package com.netflix.genie.web.properties
Class DatabaseCleanupProperties.FileDatabaseCleanupProperties
- java.lang.Object
-
- com.netflix.genie.web.properties.DatabaseCleanupProperties.FileDatabaseCleanupProperties
-
- Enclosing class:
- DatabaseCleanupProperties
public static class DatabaseCleanupProperties.FileDatabaseCleanupProperties extends java.lang.Object
Properties related to cleaning up file records from the database.- Since:
- 4.0.0
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
BATCH_DAYS_WITHIN_PROPERTY
The number of days within current day that the unused files deletion will be running in batch mode.static java.lang.String
FILE_CLEANUP_PROPERTY_PREFIX
The prefix for all properties related to cleaning up file records from the database.static java.lang.String
ROLLING_WINDOW_HOURS_PROPERTY
The size of the rolling window used to delete unused files, units in hours.static java.lang.String
SKIP_PROPERTY
Skip the Files table when performing database cleanup.
-
Constructor Summary
Constructors Constructor Description FileDatabaseCleanupProperties()
-
-
-
Field Detail
-
FILE_CLEANUP_PROPERTY_PREFIX
public static final java.lang.String FILE_CLEANUP_PROPERTY_PREFIX
The prefix for all properties related to cleaning up file records from the database.- See Also:
- Constant Field Values
-
SKIP_PROPERTY
public static final java.lang.String SKIP_PROPERTY
Skip the Files table when performing database cleanup.- See Also:
- Constant Field Values
-
BATCH_DAYS_WITHIN_PROPERTY
public static final java.lang.String BATCH_DAYS_WITHIN_PROPERTY
The number of days within current day that the unused files deletion will be running in batch mode.- See Also:
- Constant Field Values
-
ROLLING_WINDOW_HOURS_PROPERTY
public static final java.lang.String ROLLING_WINDOW_HOURS_PROPERTY
The size of the rolling window used to delete unused files, units in hours.- See Also:
- Constant Field Values
-
-