Uses of Interface
com.atlassian.confluence.impl.system.SystemMaintenanceTaskQueue
-
-
Uses of SystemMaintenanceTaskQueue in com.atlassian.confluence.impl.schedule.jobs
Constructors in com.atlassian.confluence.impl.schedule.jobs with parameters of type SystemMaintenanceTaskQueue Constructor Description SystemMaintenanceTaskQueueFlusher(SystemMaintenanceTaskQueue queue) -
Uses of SystemMaintenanceTaskQueue in com.atlassian.confluence.impl.system
Classes in com.atlassian.confluence.impl.system that implement SystemMaintenanceTaskQueue Modifier and Type Class Description classJournalSystemMaintenanceTaskQueueAn implementation of theSystemMaintenanceTaskQueuethat is backed by the Journal. -
Uses of SystemMaintenanceTaskQueue in com.atlassian.confluence.impl.system.runner
Constructors in com.atlassian.confluence.impl.system.runner with parameters of type SystemMaintenanceTaskQueue Constructor Description CreateIndexSnapshotMaintenanceTaskRunner(ClusterManager clusterManager, LuceneIndexSnapshotManager snapshotManager, SystemMaintenanceTaskRegistry registry, SystemMaintenanceTaskQueue systemMaintenanceTaskQueue, com.atlassian.event.api.EventPublisher eventPublisher) -
Uses of SystemMaintenanceTaskQueue in com.atlassian.confluence.internal.index.lucene
Constructors in com.atlassian.confluence.internal.index.lucene with parameters of type SystemMaintenanceTaskQueue Constructor Description LuceneReIndexer(SearchableDao searchableDao, SearchIndexAccessor contentIndexAccessor, SearchIndexAccessor changeIndexAccessor, com.atlassian.event.api.EventPublisher eventPublisher, ClusterManager clusterManager, SystemMaintenanceTaskQueue systemMaintenanceTaskQueue, com.atlassian.confluence.internal.index.lucene.BatchIndexerFactory batchIndexerFactory) -
Uses of SystemMaintenanceTaskQueue in com.atlassian.confluence.internal.index.status
Constructors in com.atlassian.confluence.internal.index.status with parameters of type SystemMaintenanceTaskQueue Constructor Description DefaultReIndexJobManager(ReIndexJobPersister persister, com.atlassian.event.api.EventPublisher eventPublisher, com.atlassian.scheduler.SchedulerService schedulerService, ClusterManager clusterManager, com.atlassian.beehive.ClusterLockService clusterLockService, com.atlassian.sal.api.features.DarkFeatureManager darkFeatureManager, BootstrapManager bootstrapManager, SystemMaintenanceTaskQueue systemMaintenanceTaskQueue)
-