Uses of Interface
com.atlassian.confluence.impl.system.SystemMaintenanceTaskQueue
Packages that use SystemMaintenanceTaskQueue
Package
Description
-
Uses of SystemMaintenanceTaskQueue in com.atlassian.confluence.impl.schedule.jobs
Constructors in com.atlassian.confluence.impl.schedule.jobs with parameters of type SystemMaintenanceTaskQueueModifierConstructorDescription -
Uses of SystemMaintenanceTaskQueue in com.atlassian.confluence.impl.system
Classes in com.atlassian.confluence.impl.system that implement SystemMaintenanceTaskQueueModifier and TypeClassDescriptionclass
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 SystemMaintenanceTaskQueueModifierConstructorDescriptionCreateIndexSnapshotMaintenanceTaskRunner
(ClusterManager clusterManager, LuceneIndexSnapshotManager snapshotManager, SystemMaintenanceTaskRegistry registry, SystemMaintenanceTaskQueue systemMaintenanceTaskQueue, com.atlassian.event.api.EventPublisher eventPublisher) -
Uses of SystemMaintenanceTaskQueue in com.atlassian.confluence.internal.index
Constructors in com.atlassian.confluence.internal.index with parameters of type SystemMaintenanceTaskQueueModifierConstructorDescriptionPropagableReindexer
(SearchableDao searchableDao, SearchIndexAccessor contentIndexAccessor, SearchIndexAccessor changeIndexAccessor, com.atlassian.event.api.EventPublisher eventPublisher, com.atlassian.confluence.internal.index.BatchIndexerFactory batchIndexerFactory, JournalManager journalManager, JournalService journalService, ClusterManager clusterManager, SystemMaintenanceTaskQueue systemMaintenanceTaskQueue)