Uses of Interface
com.atlassian.confluence.index.status.ReIndexJobManager
Packages that use ReIndexJobManager
Package
Description
-
Uses of ReIndexJobManager in com.atlassian.confluence.impl.system.runner
Constructors in com.atlassian.confluence.impl.system.runner with parameters of type ReIndexJobManagerModifierConstructorDescriptionReIndexMaintenanceTaskRunner
(SystemMaintenanceTaskRegistry registry, IndexManager indexManager, ClusterManager clusterManager, ReIndexJobManager reIndexJobManager, SearchPlatformConfig searchPlatformConfig, com.atlassian.event.api.EventPublisher eventPublisher) RestoreIndexSnapshotMaintenanceTaskRunner
(SystemMaintenanceTaskRegistry registry, LuceneIndexSnapshotManager luceneIndexSnapshotManager, ReIndexJobManager reIndexJobManager, ClusterManager clusterManager, com.atlassian.beehive.ClusterLockService clusterLockService, com.atlassian.event.api.EventPublisher eventPublisher, JournalStateStore journalStateStore, SearchPlatformConfig searchPlatformConfig) -
Uses of ReIndexJobManager in com.atlassian.confluence.internal.index.status
Subinterfaces of ReIndexJobManager in com.atlassian.confluence.internal.index.statusModifier and TypeInterfaceDescriptioninterface
To be used within Confluence''s core to manage re-index job statuses.Classes in com.atlassian.confluence.internal.index.status that implement ReIndexJobManagerModifier and TypeClassDescriptionclass
This implementation ofReIndexJobManager
listens to indexing-related events and update re-index status accordingly -
Uses of ReIndexJobManager in com.atlassian.confluence.plugins.rest.jackson2.service
Constructors in com.atlassian.confluence.plugins.rest.jackson2.service with parameters of type ReIndexJobManagerModifierConstructorDescriptionDefaultReIndexService
(ReIndexJobManager reIndexJobManager, com.atlassian.event.api.EventPublisher eventPublisher, com.atlassian.beehive.ClusterLockService clusterLockService, ClusterManager clusterManager, com.atlassian.sal.api.transaction.TransactionTemplate transactionTemplate, SearchPlatformConfig searchPlatformConfig)