Uses of Interface
com.atlassian.confluence.internal.index.lucene.snapshot.LuceneIndexSnapshotManager
-
-
Uses of LuceneIndexSnapshotManager in com.atlassian.confluence.impl.system.runner
Constructors in com.atlassian.confluence.impl.system.runner with parameters of type LuceneIndexSnapshotManager Constructor Description CreateIndexSnapshotMaintenanceTaskRunner(ClusterManager clusterManager, LuceneIndexSnapshotManager snapshotManager, SystemMaintenanceTaskRegistry registry, SystemMaintenanceTaskQueue systemMaintenanceTaskQueue, 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) -
Uses of LuceneIndexSnapshotManager in com.atlassian.confluence.internal.index.lucene.snapshot
Classes in com.atlassian.confluence.internal.index.lucene.snapshot that implement LuceneIndexSnapshotManager Modifier and Type Class Description classDefaultLuceneIndexSnapshotManagerManage all Lucene index snapshots.Constructors in com.atlassian.confluence.internal.index.lucene.snapshot with parameters of type LuceneIndexSnapshotManager Constructor Description LuceneIndexSnapshotCleaner(LuceneIndexSnapshotManager snapshotManager) -
Uses of LuceneIndexSnapshotManager in com.atlassian.confluence.upgrade.upgradetask.splitindex
Constructors in com.atlassian.confluence.upgrade.upgradetask.splitindex with parameters of type LuceneIndexSnapshotManager Constructor Description SplitIndexSnapshotManager(LuceneIndexSnapshotManager snapshotManager, JournalDao journalDao, ClusterManager clusterManager, JournalIdentifier contentIdentifier, JournalIdentifier changeIdentifier)
-