Class SynchronyEvictionProgress
java.lang.Object
com.atlassian.confluence.pages.collab.impl.tracking.SynchronyEvictionProgress
A state of the single eviction procedure.
- Since:
- 7.0.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlong
long
long
setEvictionLimit
(Integer evictionLimit) setEvictionType
(SynchronyEvictionType evictionType) setRemovalNumberOfContent
(Integer removalNumberOfContent) setSearchLimit
(Integer searchLimit) setSearchType
(SynchronyEvictionSearchType searchType) setThresholdHours
(Integer thresholdHours)
-
Constructor Details
-
SynchronyEvictionProgress
public SynchronyEvictionProgress()
-
-
Method Details
-
getThresholdHours
-
setThresholdHours
-
getEvictionLimit
-
getSearchLimit
-
setSearchLimit
-
setEvictionLimit
-
getEvictionType
-
setEvictionType
-
getSearchType
-
setSearchType
-
getRemovalNumberOfContent
-
setRemovalNumberOfContent
-
startEvictionTimer
-
startSearchTimer
-
startRemovalTimer
-
millisPassedFromEvictionStart
public long millisPassedFromEvictionStart() -
millisPassedFromSearchStart
public long millisPassedFromSearchStart() -
millisPassedFromRemovalStart
public long millisPassedFromRemovalStart() -
mergeWith
-