public interface ReIndexJobPersister
ReIndexJob
. There is at most one job to be stored at any time.Modifier and Type | Method and Description |
---|---|
void |
clear()
Delete most recent or running re-index job.
|
Optional<ReIndexJob> |
get() |
void |
saveOrUpdate(ReIndexJob reIndexJob)
Save a new or update a running re-index job
|
Optional<ReIndexJob> get()
void saveOrUpdate(ReIndexJob reIndexJob)
reIndexJob
- re-index job to be saved/updatedvoid clear()
Copyright © 2003–2021 Atlassian. All rights reserved.