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