Uses of Enum Class
com.atlassian.confluence.index.status.ReIndexError
Packages that use ReIndexError
Package
Description
-
Uses of ReIndexError in com.atlassian.confluence.index.status
Methods in com.atlassian.confluence.index.status that return ReIndexErrorModifier and TypeMethodDescription@Nullable ReIndexErrorReIndexNodeStatus.getError()static ReIndexErrorReturns the enum constant of this class with the specified name.static ReIndexError[]ReIndexError.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.atlassian.confluence.index.status with parameters of type ReIndexErrorConstructors in com.atlassian.confluence.index.status with parameters of type ReIndexErrorModifierConstructorDescriptionReIndexNodeStatus(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 ReIndexErrorMethods in com.atlassian.confluence.internal.index.event with parameters of type ReIndexErrorModifier and TypeMethodDescriptionstatic voidReindexAnalyticsEventPublishingHelper.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 ReIndexErrorConstructors in com.atlassian.confluence.internal.index.event.space with parameters of type ReIndexErrorModifierConstructorDescriptionReindexSpaceFailureNodeAnalyticsEvent(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 ReIndexErrorModifier and TypeMethodDescriptionIndexSnapshotError.toReIndexError()Re-index in DC consists of 2 phases: rebuild index and index snapshot propagation.