Uses of Class
com.atlassian.confluence.index.status.ReIndexError
-
Packages that use ReIndexError Package Description com.atlassian.confluence.index.status com.atlassian.confluence.internal.index.lucene.snapshot com.atlassian.confluence.plugins.rebuildindex.status -
-
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 ReIndexErrorReIndexNodeStatus. getError()static ReIndexErrorReIndexError. 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 voidReIndexNodeStatus. 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.lucene.snapshot
Methods in com.atlassian.confluence.internal.index.lucene.snapshot that return ReIndexError Modifier and Type Method Description ReIndexErrorIndexSnapshotError. toReIndexError()Re-index in DC consists of 2 phases: rebuild index and index snapshot propagation. -
Uses of ReIndexError in com.atlassian.confluence.plugins.rebuildindex.status
Methods in com.atlassian.confluence.plugins.rebuildindex.status that return ReIndexError Modifier and Type Method Description @Nullable ReIndexErrorReIndexNodeStatusJson. getReIndexError()Constructors in com.atlassian.confluence.plugins.rebuildindex.status with parameters of type ReIndexError Constructor Description ReIndexNodeStatusJson(String nodeId, ReIndexNodeStatus.State state, ReIndexError error)
-