Uses of Interface
com.atlassian.confluence.internal.index.lucene.snapshot.LuceneIndexSnapshotManager
Packages that use LuceneIndexSnapshotManager
Package
Description
-
Uses of LuceneIndexSnapshotManager in com.atlassian.confluence.impl.system.runner
Constructors in com.atlassian.confluence.impl.system.runner with parameters of type LuceneIndexSnapshotManagerModifierConstructorDescriptionCreateIndexSnapshotMaintenanceTaskRunner(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, JournalStateStore journalStateStore, SearchPlatformConfig searchPlatformConfig) -
Uses of LuceneIndexSnapshotManager in com.atlassian.confluence.internal.index.lucene.snapshot
Classes in com.atlassian.confluence.internal.index.lucene.snapshot that implement LuceneIndexSnapshotManagerModifier and TypeClassDescriptionclassManage all Lucene index snapshots.Constructors in com.atlassian.confluence.internal.index.lucene.snapshot with parameters of type LuceneIndexSnapshotManagerModifierConstructorDescriptionLuceneIndexSnapshotCleaner(LuceneIndexSnapshotManager snapshotManager) -
Uses of LuceneIndexSnapshotManager in com.atlassian.confluence.upgrade.upgradetask.splitindex
Constructors in com.atlassian.confluence.upgrade.upgradetask.splitindex with parameters of type LuceneIndexSnapshotManagerModifierConstructorDescriptionSplitIndexSnapshotManager(LuceneIndexSnapshotManager snapshotManager, JournalDao journalDao, ClusterManager clusterManager, JournalIdentifier contentIdentifier, JournalIdentifier changeIdentifier)