Uses of Class
com.atlassian.confluence.internal.index.lucene.snapshot.IndexSnapshotError
-
Packages that use IndexSnapshotError Package Description com.atlassian.confluence.internal.index.event com.atlassian.confluence.internal.index.lucene.snapshot -
-
Uses of IndexSnapshotError in com.atlassian.confluence.internal.index.event
Methods in com.atlassian.confluence.internal.index.event that return IndexSnapshotError Modifier and Type Method Description IndexSnapshotErrorIndexSnapshotCreationFailedEvent. getError()IndexSnapshotErrorIndexSnapshotRestorationFailedEvent. getError()Constructors in com.atlassian.confluence.internal.index.event with parameters of type IndexSnapshotError Constructor Description IndexSnapshotCreationFailedEvent(IndexSnapshotError error)IndexSnapshotRestorationFailedEvent(@Nullable String id, String nodeId, long propagationTime, IndexSnapshotError error) -
Uses of IndexSnapshotError in com.atlassian.confluence.internal.index.lucene.snapshot
Methods in com.atlassian.confluence.internal.index.lucene.snapshot that return IndexSnapshotError Modifier and Type Method Description IndexSnapshotErrorLuceneIndexSnapshotException. getError()static IndexSnapshotErrorIndexSnapshotError. valueOf(String name)Returns the enum constant of this type with the specified name.static IndexSnapshotError[]IndexSnapshotError. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.atlassian.confluence.internal.index.lucene.snapshot with parameters of type IndexSnapshotError Constructor Description LuceneIndexSnapshotException(String message, IndexSnapshotError error)LuceneIndexSnapshotException(String message, IndexSnapshotError error, Throwable cause)
-