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 boolean
equals(Object o)
Set<Integer>
getFailedNodeIds()
Set<ReIndexError>
getReasons()
ReindexType
getReindexType()
Set<Integer>
getSpacesIds()
int
hashCode()
-
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:
equals
in classAbstractReindexAnalyticsEvent
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classAbstractReindexAnalyticsEvent
-
-