Class SynchronyEvictionSearchEvent
- java.lang.Object
-
- com.atlassian.confluence.pages.collab.SynchronyEvictionSearchEvent
-
@AsynchronousPreferred public class SynchronyEvictionSearchEvent extends Object
- Since:
- 7.0.0
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SynchronyEvictionSearchEvent
failed(SynchronyEvictionProgress progress)
Integer
getContentsFound()
Integer
getLimit()
Boolean
getSuccessful()
Long
getTime()
SynchronyEvictionSearchType
getType()
static SynchronyEvictionSearchEvent
successful(SynchronyEvictionProgress progress, int contentsFound)
-
-
-
Method Detail
-
successful
public static SynchronyEvictionSearchEvent successful(SynchronyEvictionProgress progress, int contentsFound)
-
failed
public static SynchronyEvictionSearchEvent failed(SynchronyEvictionProgress progress)
-
getType
public SynchronyEvictionSearchType getType()
-
getLimit
public Integer getLimit()
-
getSuccessful
public Boolean getSuccessful()
-
getContentsFound
public Integer getContentsFound()
-
getTime
public Long getTime()
-
-