Class HardEvictionParams
- java.lang.Object
-
- com.atlassian.confluence.rest.api.model.HardEvictionParams
-
@ExperimentalApi public class HardEvictionParams extends Object
Describes how Hard Synchrony Eviction should be performed.- Since:
- 7.0.0
-
-
Constructor Summary
Constructors Constructor Description HardEvictionParams(int thresholdHours)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getThresholdHours()
The invocation of hard eviction will remove every page with at least one history record older than specified amount of hours.
-