Package | Description |
---|---|
com.atlassian.confluence.index.status | |
com.atlassian.confluence.internal.index.status | |
com.atlassian.confluence.plugins.rebuildindex.status |
Modifier and Type | Method and Description |
---|---|
Optional<ReIndexJob> |
ReIndexJobManager.getRunningOrMostRecentReIndex() |
Modifier and Type | Method and Description |
---|---|
Optional<ReIndexJob> |
BandanaReIndexJobPersister.get() |
Optional<ReIndexJob> |
ReIndexJobPersister.get() |
Optional<ReIndexJob> |
DefaultReIndexJobManager.getRunningOrMostRecentReIndex() |
Modifier and Type | Method and Description |
---|---|
void |
BandanaReIndexJobPersister.saveOrUpdate(ReIndexJob reIndexJob) |
void |
ReIndexJobPersister.saveOrUpdate(ReIndexJob reIndexJob)
Save a new or update a running re-index job
|
Modifier and Type | Method and Description |
---|---|
void |
ReIndexJobManagerInternal.updateReIndexJobIfPresent(Consumer<ReIndexJob> updater)
Try to update current re-index job in an atomic operation.
|
void |
DefaultReIndexJobManager.updateReIndexJobIfPresent(Consumer<ReIndexJob> updater)
Try to update running re-index job in an atomic operation, synchronised by a cluster-wide lock.
|
Constructor and Description |
---|
ReIndexJobJson(ReIndexJob reIndexJob) |
Copyright © 2003–2023 Atlassian. All rights reserved.