| Package | Description |
|---|---|
| com.atlassian.confluence.index.status | |
| com.atlassian.confluence.plugins.rebuildindex.status |
| Modifier and Type | Method and Description |
|---|---|
ReIndexStage |
ReIndexJob.getStage() |
static ReIndexStage |
ReIndexStage.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReIndexStage[] |
ReIndexStage.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ReIndexJob.setStage(ReIndexStage stage) |
| Modifier and Type | Method and Description |
|---|---|
ReIndexStage |
ReIndexJobJson.getStage() |
| Constructor and Description |
|---|
ReIndexJobJson(String id,
Long startTime,
Long finishTime,
Long duration,
ReIndexStage stage,
boolean acknowledged,
long progress,
Collection<ReIndexNodeStatusJson> nodeStatuses) |
Copyright © 2003–2023 Atlassian. All rights reserved.