Uses of Class
com.atlassian.confluence.index.status.ReIndexJob
Packages that use ReIndexJob
Package
Description
-
Uses of ReIndexJob in com.atlassian.confluence.event.events.admin
Methods in com.atlassian.confluence.event.events.admin that return ReIndexJobConstructors in com.atlassian.confluence.event.events.admin with parameters of type ReIndexJob -
Uses of ReIndexJob in com.atlassian.confluence.index.status
Methods in com.atlassian.confluence.index.status that return types with arguments of type ReIndexJobModifier and TypeMethodDescriptionReIndexJobManager.createNewJob
(List<String> keys) Create a new job which may replace a completed job stored in the bandana table.ReIndexJobManager.createNewJob
(List<String> keys, EnumSet<ReIndexOption> reIndexOptions) Create a new job with the given space keys and reindex options.ReIndexJobManager.getRunningOrMostRecentReIndex()
-
Uses of ReIndexJob in com.atlassian.confluence.internal.index.event
Methods in com.atlassian.confluence.internal.index.event with parameters of type ReIndexJobModifier and TypeMethodDescriptionstatic 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 ReIndexJobModifierConstructorDescriptionprotected
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 ReIndexJobModifierConstructorDescriptionReindexSpaceFailureNodeAnalyticsEvent
(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 ReIndexJobModifier and TypeMethodDescriptionDefaultReIndexJobManager.createNewJob
(List<String> spaceKeys) DefaultReIndexJobManager.createNewJob
(List<String> spaceKeys, EnumSet<ReIndexOption> reIndexOptions) BandanaReIndexJobPersister.get()
ReIndexJobPersister.get()
DefaultReIndexJobManager.getRunningOrMostRecentReIndex()
Methods in com.atlassian.confluence.internal.index.status with parameters of type ReIndexJobModifier and TypeMethodDescriptiondefault 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 ReIndexJobModifier and TypeMethodDescriptionvoid
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.