Package | Description |
---|---|
com.atlassian.confluence.internal.index.event | |
com.atlassian.confluence.internal.index.lucene.snapshot |
Modifier and Type | Method and Description |
---|---|
IndexSnapshotError |
IndexSnapshotCreationFailedEvent.getError() |
IndexSnapshotError |
IndexSnapshotRestorationFailedEvent.getError() |
Constructor and Description |
---|
IndexSnapshotCreationFailedEvent(IndexSnapshotError error) |
IndexSnapshotRestorationFailedEvent(@Nullable String id,
long propagationTime,
IndexSnapshotError error) |
Modifier and Type | Method and Description |
---|---|
IndexSnapshotError |
LuceneIndexSnapshotException.getError() |
static IndexSnapshotError |
IndexSnapshotError.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.
|
Constructor and Description |
---|
LuceneIndexSnapshotException(String message,
IndexSnapshotError error) |
LuceneIndexSnapshotException(String message,
IndexSnapshotError error,
Throwable cause) |
Copyright © 2003–2020 Atlassian. All rights reserved.