Class SynchronyEvictionEvent
- java.lang.Object
-
- com.atlassian.confluence.pages.collab.SynchronyEvictionEvent
-
@AsynchronousPreferred public class SynchronyEvictionEvent extends Object
The event representing eviction procedure.- Since:
- 7.0.0
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SynchronyEvictionEventfailed(SynchronyEvictionProgress progress)IntegergetContentsRemoved()IntegergetLimit()IntegergetRowsRemoved()BooleangetSuccessful()IntegergetThresholdHours()longgetTime()SynchronyEvictionTypegetType()static SynchronyEvictionEventsuccessful(SynchronyEvictionProgress progress, int contentsRemoved, int rowsRemoved)
-
-
-
Method Detail
-
successful
public static SynchronyEvictionEvent successful(SynchronyEvictionProgress progress, int contentsRemoved, int rowsRemoved)
-
failed
public static SynchronyEvictionEvent failed(SynchronyEvictionProgress progress)
-
getType
public SynchronyEvictionType getType()
-
getThresholdHours
public Integer getThresholdHours()
-
getLimit
public Integer getLimit()
-
getTime
public long getTime()
-
getSuccessful
public Boolean getSuccessful()
-
getContentsRemoved
public Integer getContentsRemoved()
-
getRowsRemoved
public Integer getRowsRemoved()
-
-