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.event
Methods in com.atlassian.confluence.internal.index.event with parameters of type ReIndexJob Modifier and Type Method Description static voidReindexAnalyticsEventPublishingHelper. publishReindexingAnalyticsEvent(com.atlassian.event.api.EventPublisher eventPublisher, ReIndexJob reIndexJob)static voidReindexAnalyticsEventPublishingHelper. publishSpaceNodeAnalyticsEvent(com.atlassian.event.api.EventPublisher eventPublisher, ReIndexJob reIndexJob, String nodeId)static voidReindexAnalyticsEventPublishingHelper. publishSpaceNodeAnalyticsEvent(com.atlassian.event.api.EventPublisher eventPublisher, ReIndexJob reIndexJob, String nodeId, @Nullable ReIndexError reIndexError)Constructors in com.atlassian.confluence.internal.index.event with parameters of type ReIndexJob Constructor Description AbstractReindexAnalyticsEvent(ReIndexJob reIndexJob)ReindexFailureAnalyticsEvent(ReIndexJob reIndexJob) -
Uses of ReIndexJob in com.atlassian.confluence.internal.index.event.space
Constructors in com.atlassian.confluence.internal.index.event.space with parameters of type ReIndexJob Constructor Description ReindexSpaceFailureNodeAnalyticsEvent(ReIndexJob reIndexJob, int nodeId, ReIndexError reason)ReindexSpaceSuccessAnalyticsEvent(ReIndexJob reIndexJob)ReindexSpaceSuccessNodeAnalyticsEvent(ReIndexJob reIndexJob, int nodeId) -
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 jobvoidDefaultReIndexJobManager. updateReIndexJob(ReIndexJob reIndexJob)voidReIndexJobManagerInternal. updateReIndexJob(ReIndexJob reIndexJob)Update the reindexJob in an atomic operation (i.e.Method 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)
-