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