Uses of Class
com.atlassian.confluence.index.status.ReIndexJob
-
-
Uses of ReIndexJob in com.atlassian.confluence.event.events.admin
Methods in com.atlassian.confluence.event.events.admin that return ReIndexJob Modifier and Type Method Description ReIndexJobReIndexJobFinishedEvent. getReIndexJob()Constructors in com.atlassian.confluence.event.events.admin with parameters of type ReIndexJob Constructor Description ReIndexJobFinishedEvent(Object src, ReIndexJob reIndexJob) -
Uses of ReIndexJob in com.atlassian.confluence.index.status
Methods in com.atlassian.confluence.index.status that return types with arguments of type ReIndexJob Modifier and Type Method Description Optional<ReIndexJob>ReIndexJobManager. createNewJob(List<String> spaceKeys)Create a new job which may replace a completed job stored in the bandana table.Optional<ReIndexJob>ReIndexJobManager. getRunningOrMostRecentReIndex() -
Uses of ReIndexJob in com.atlassian.confluence.internal.index.status
Methods in com.atlassian.confluence.internal.index.status that return types with arguments of type ReIndexJob Modifier and Type Method Description Optional<ReIndexJob>DefaultReIndexJobManager. createNewJob(List<String> spaceKeys)Optional<ReIndexJob>BandanaReIndexJobPersister. get()Optional<ReIndexJob>ReIndexJobPersister. get()Optional<ReIndexJob>DefaultReIndexJobManager. getRunningOrMostRecentReIndex()Methods in com.atlassian.confluence.internal.index.status with parameters of type ReIndexJob Modifier and Type Method Description default booleanReIndexJobPersister. saveNewUniquely(ReIndexJob reIndexJob)Save a newReIndexJobobject to the bandana table if it does not existvoidBandanaReIndexJobPersister. saveOrUpdate(ReIndexJob reIndexJob)voidReIndexJobPersister. saveOrUpdate(ReIndexJob reIndexJob)Save a new or update a running re-index jobMethod parameters in com.atlassian.confluence.internal.index.status with type arguments of type ReIndexJob Modifier and Type Method Description voidDefaultReIndexJobManager. updateReIndexJobIfPresent(Consumer<ReIndexJob> updater)Try to update running re-index job in an atomic operation, synchronised by a cluster-wide lock.voidReIndexJobManagerInternal. updateReIndexJobIfPresent(Consumer<ReIndexJob> updater)Try to update current re-index job in an atomic operation. -
Uses of ReIndexJob in com.atlassian.confluence.plugins.rebuildindex.status
Constructors in com.atlassian.confluence.plugins.rebuildindex.status with parameters of type ReIndexJob Constructor Description ReIndexJobJson(ReIndexJob reIndexJob)
-