Class HardEvictionParams
java.lang.Object
com.atlassian.confluence.rest.v2.api.model.HardEvictionParams
Describes how Hard Synchrony Eviction should be performed.
- Since:
- 9.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
The invocation of hard eviction will remove every page with at least one history record older than specified amount of hours.
-
Constructor Details
-
HardEvictionParams
public HardEvictionParams(int thresholdHours)
-
-
Method Details
-
getThresholdHours
public int getThresholdHours()The invocation of hard eviction will remove every page with at least one history record older than specified amount of hours. Basically this allows to setup the time window in which we keep synchrony data.
-