Class SynchronyEvictionRemovalEvent
- java.lang.Object
-
- com.atlassian.confluence.pages.collab.SynchronyEvictionRemovalEvent
-
@AsynchronousPreferred public class SynchronyEvictionRemovalEvent extends Object
- Since:
- 7.0.0
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SynchronyEvictionRemovalEventfailed(SynchronyEvictionProgress progress)IntegergetContentsRemoved()IntegergetRowsRemoved()BooleangetSuccessful()LonggetTime()static SynchronyEvictionRemovalEventsuccessful(SynchronyEvictionProgress progress, int rowsRemoved)
-
-
-
Method Detail
-
successful
public static SynchronyEvictionRemovalEvent successful(SynchronyEvictionProgress progress, int rowsRemoved)
-
failed
public static SynchronyEvictionRemovalEvent failed(SynchronyEvictionProgress progress)
-
getSuccessful
public Boolean getSuccessful()
-
getContentsRemoved
public Integer getContentsRemoved()
-
getRowsRemoved
public Integer getRowsRemoved()
-
getTime
public Long getTime()
-
-