Uses of Interface
com.atlassian.confluence.impl.system.SystemMaintenanceTaskRegistry
-
Packages that use SystemMaintenanceTaskRegistry Package Description com.atlassian.confluence.impl.system com.atlassian.confluence.impl.system.runner -
-
Uses of SystemMaintenanceTaskRegistry in com.atlassian.confluence.impl.system
Classes in com.atlassian.confluence.impl.system that implement SystemMaintenanceTaskRegistry Modifier and Type Class Description class
DefaultSystemMaintenanceTaskRegistry
Constructors in com.atlassian.confluence.impl.system with parameters of type SystemMaintenanceTaskRegistry Constructor Description JournalSystemMaintenanceTaskQueue(JournalService journalService, SystemMaintenanceTaskMarshalling taskMarshalling, SystemMaintenanceTaskRegistry taskRegistry, com.atlassian.sal.api.features.DarkFeatureManager darkFeatureManager)
-
Uses of SystemMaintenanceTaskRegistry in com.atlassian.confluence.impl.system.runner
Constructors in com.atlassian.confluence.impl.system.runner with parameters of type SystemMaintenanceTaskRegistry Constructor Description CreateIndexSnapshotMaintenanceTaskRunner(ClusterManager clusterManager, LuceneIndexSnapshotManager snapshotManager, SystemMaintenanceTaskRegistry registry, SystemMaintenanceTaskQueue systemMaintenanceTaskQueue, com.atlassian.event.api.EventPublisher eventPublisher)
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)
-