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 ReIndexJob
ReIndexJobFinishedEvent. 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 void
ReindexAnalyticsEventPublishingHelper. publishReindexingAnalyticsEvent(com.atlassian.event.api.EventPublisher eventPublisher, ReIndexJob reIndexJob)
static void
ReindexAnalyticsEventPublishingHelper. publishSpaceNodeAnalyticsEvent(com.atlassian.event.api.EventPublisher eventPublisher, ReIndexJob reIndexJob, String nodeId)
static void
ReindexAnalyticsEventPublishingHelper. 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 boolean
ReIndexJobPersister. saveNewUniquely(ReIndexJob reIndexJob)
Save a newReIndexJob
object to the bandana table if it does not existvoid
BandanaReIndexJobPersister. saveOrUpdate(ReIndexJob reIndexJob)
void
ReIndexJobPersister. saveOrUpdate(ReIndexJob reIndexJob)
Save a new or update a running re-index jobvoid
DefaultReIndexJobManager. updateReIndexJob(ReIndexJob reIndexJob)
void
ReIndexJobManagerInternal. 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 void
DefaultReIndexJobManager. updateReIndexJobIfPresent(Consumer<ReIndexJob> updater)
Try to update running re-index job in an atomic operation, synchronised by a cluster-wide lock.void
ReIndexJobManagerInternal. updateReIndexJobIfPresent(Consumer<ReIndexJob> updater)
Try to update current re-index job in an atomic operation.
-