Uses of Class
com.atlassian.confluence.index.status.ReIndexJob
-
Packages that use ReIndexJob Package Description com.atlassian.confluence.index.status com.atlassian.confluence.internal.index.status com.atlassian.confluence.plugins.rebuildindex.status -
-
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. 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>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 voidBandanaReIndexJobPersister. 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)
-