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 class
JournalSystemMaintenanceTaskQueue
An implementation of theSystemMaintenanceTaskQueue
that 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, SearchPlatformConfig searchPlatformConfig, JournalManager journalManager, JournalService journalService)
-