Class SoftEvictionParams
java.lang.Object
com.atlassian.confluence.rest.v2.api.model.SoftEvictionParams
Describes how Soft Synchrony Eviction should be performed.
- Since:
- 9.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
getLimit()
Number of pages, which should be cleaned from Synchrony history by this soft job invocation.int
Soft job will not remove synchrony history for a page, which has been modified in recent specified amount of hours.
-
Constructor Details
-
SoftEvictionParams
public SoftEvictionParams(int thresholdHours, int limit)
-
-
Method Details
-
getThresholdHours
public int getThresholdHours()Soft job will not remove synchrony history for a page, which has been modified in recent specified amount of hours. This param allows to control how intrusive vs. effective soft job is. -
getLimit
public int getLimit()Number of pages, which should be cleaned from Synchrony history by this soft job invocation.
-