Uses of Class
com.atlassian.confluence.index.status.ReIndexError
-
-
Uses of ReIndexError in com.atlassian.confluence.index.status
Methods in com.atlassian.confluence.index.status that return ReIndexError Modifier and Type Method Description @Nullable ReIndexError
ReIndexNodeStatus. getError()
static ReIndexError
ReIndexError. valueOf(String name)
Returns the enum constant of this type with the specified name.static ReIndexError[]
ReIndexError. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.atlassian.confluence.index.status with parameters of type ReIndexError Modifier and Type Method Description void
ReIndexNodeStatus. setError(ReIndexError error)
Constructors in com.atlassian.confluence.index.status with parameters of type ReIndexError Constructor Description ReIndexNodeStatus(String nodeId, ReIndexNodeStatus.State state, @Nullable ReIndexError error)
-
Uses of ReIndexError in com.atlassian.confluence.internal.index.event
Methods in com.atlassian.confluence.internal.index.event that return types with arguments of type ReIndexError Modifier and Type Method Description Set<ReIndexError>
ReindexFailureAnalyticsEvent. getReasons()
Methods in com.atlassian.confluence.internal.index.event with parameters of type ReIndexError Modifier and Type Method Description static void
ReindexAnalyticsEventPublishingHelper. publishSpaceNodeAnalyticsEvent(com.atlassian.event.api.EventPublisher eventPublisher, ReIndexJob reIndexJob, String nodeId, @Nullable ReIndexError reIndexError)
-
Uses of ReIndexError in com.atlassian.confluence.internal.index.event.space
Methods in com.atlassian.confluence.internal.index.event.space that return ReIndexError Modifier and Type Method Description ReIndexError
ReindexSpaceFailureNodeAnalyticsEvent. getReason()
Constructors in com.atlassian.confluence.internal.index.event.space with parameters of type ReIndexError Constructor Description ReindexSpaceFailureNodeAnalyticsEvent(ReIndexJob reIndexJob, int nodeId, ReIndexError reason)
-
Uses of ReIndexError in com.atlassian.confluence.internal.index.lucene.snapshot
Methods in com.atlassian.confluence.internal.index.lucene.snapshot that return ReIndexError Modifier and Type Method Description ReIndexError
IndexSnapshotError. toReIndexError()
Re-index in DC consists of 2 phases: rebuild index and index snapshot propagation.
-