| Package | Description |
|---|---|
| com.atlassian.confluence.index.status | |
| com.atlassian.confluence.internal.index.lucene.snapshot | |
| com.atlassian.confluence.plugins.rebuildindex.status |
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ReIndexNodeStatus.setError(ReIndexError error) |
| Constructor and Description |
|---|
ReIndexNodeStatus(String nodeId,
ReIndexNodeStatus.State state,
@Nullable ReIndexError error) |
| Modifier and Type | Method and Description |
|---|---|
ReIndexError |
IndexSnapshotError.toReIndexError()
Re-index in DC consists of 2 phases: rebuild index and index snapshot propagation.
|
| Modifier and Type | Method and Description |
|---|---|
@Nullable ReIndexError |
ReIndexNodeStatusJson.getReIndexError() |
| Constructor and Description |
|---|
ReIndexNodeStatusJson(String nodeId,
ReIndexNodeStatus.State state,
ReIndexError error) |
Copyright © 2003–2020 Atlassian. All rights reserved.