Uses of Interface
com.atlassian.confluence.index.status.ReIndexJobManager
-
-
Uses of ReIndexJobManager in com.atlassian.confluence.impl.system.runner
Constructors in com.atlassian.confluence.impl.system.runner with parameters of type ReIndexJobManager Constructor Description ReIndexMaintenanceTaskRunner(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, SearchPlatformConfig searchPlatformConfig) -
Uses of ReIndexJobManager in com.atlassian.confluence.internal.index.status
Subinterfaces of ReIndexJobManager in com.atlassian.confluence.internal.index.status Modifier and Type Interface Description interfaceReIndexJobManagerInternalTo be used within Confluence''s core to manage re-index job statuses.Classes in com.atlassian.confluence.internal.index.status that implement ReIndexJobManager Modifier and Type Class Description classDefaultReIndexJobManagerThis implementation ofReIndexJobManagerlistens to indexing-related events and update re-index status accordingly -
Uses of ReIndexJobManager in com.atlassian.confluence.internal.search
Constructor parameters in com.atlassian.confluence.internal.search with type arguments of type ReIndexJobManager Constructor Description LuceneIncrementalIndexManager(IndexLockService lockService, IndexTaskQueue<ConfluenceIndexTask> taskQueue, SearchIndexAccessor searchIndexAccessor, com.atlassian.event.api.EventPublisher eventPublisher, FullReindexManager fullReindexManager, SearchIndex targetIndex, org.hibernate.SessionFactory sessionFactory, HibernateSessionManager5 sessionManager, JournalService journalService, Supplier<ReIndexJobManager> reIndexJobManagerSupplier, SearchPlatformConfig searchPlatformConfig) -
Uses of ReIndexJobManager in com.atlassian.confluence.plugins.rest.service
Constructors in com.atlassian.confluence.plugins.rest.service with parameters of type ReIndexJobManager Constructor Description DefaultReIndexService(ReIndexJobManager reIndexJobManager, com.atlassian.event.api.EventPublisher eventPublisher, com.atlassian.beehive.ClusterLockService clusterLockService, ClusterManager clusterManager, com.atlassian.sal.api.transaction.TransactionTemplate transactionTemplate, SearchPlatformConfig searchPlatformConfig)
-