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 SynchronyEvictionEvent
failed(SynchronyEvictionProgress progress)
Integer
getContentsRemoved()
Integer
getLimit()
Integer
getRowsRemoved()
Boolean
getSuccessful()
Integer
getThresholdHours()
long
getTime()
SynchronyEvictionType
getType()
static SynchronyEvictionEvent
successful(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()
-
-