Class ReindexFailureAnalyticsEvent
- java.lang.Object
-
- com.atlassian.confluence.internal.index.event.AbstractReindexAnalyticsEvent
-
- com.atlassian.confluence.internal.index.event.ReindexFailureAnalyticsEvent
-
@AsynchronousPreferred public class ReindexFailureAnalyticsEvent extends AbstractReindexAnalyticsEvent
-
-
Constructor Summary
Constructors Constructor Description ReindexFailureAnalyticsEvent(ReIndexJob reIndexJob)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)Set<Integer>getFailedNodeIds()Set<ReIndexError>getReasons()ReindexTypegetReindexType()Set<Integer>getSpacesIds()inthashCode()-
Methods inherited from class com.atlassian.confluence.internal.index.event.AbstractReindexAnalyticsEvent
getDuration, getRunId
-
-
-
-
Constructor Detail
-
ReindexFailureAnalyticsEvent
public ReindexFailureAnalyticsEvent(ReIndexJob reIndexJob)
-
-
Method Detail
-
getReasons
public Set<ReIndexError> getReasons()
-
getReindexType
public ReindexType getReindexType()
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classAbstractReindexAnalyticsEvent
-
hashCode
public int hashCode()
- Overrides:
hashCodein classAbstractReindexAnalyticsEvent
-
-