Uses of Interface
com.atlassian.confluence.index.status.ReIndexJobManager
-
Packages that use ReIndexJobManager Package Description com.atlassian.confluence.impl.system.runner com.atlassian.confluence.internal.index.status com.atlassian.confluence.plugins.rebuildindex.rest -
-
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 RestoreIndexSnapshotMaintenanceTaskRunner(SystemMaintenanceTaskRegistry registry, LuceneIndexSnapshotManager luceneIndexSnapshotManager, ReIndexJobManager reIndexJobManager, ClusterManager clusterManager, com.atlassian.beehive.ClusterLockService clusterLockService, com.atlassian.event.api.EventPublisher eventPublisher) -
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.plugins.rebuildindex.rest
Constructors in com.atlassian.confluence.plugins.rebuildindex.rest with parameters of type ReIndexJobManager Constructor Description ReIndexJobResource(ReIndexJobManager reIndexJobManager)
-