Uses of Class
com.atlassian.confluence.upgrade.upgradetask.splitindex.SplitIndexSnapshotManager
- 
Packages that use SplitIndexSnapshotManager Package Description com.atlassian.confluence.upgrade.upgradetask  - 
- 
Uses of SplitIndexSnapshotManager in com.atlassian.confluence.upgrade.upgradetask
Constructors in com.atlassian.confluence.upgrade.upgradetask with parameters of type SplitIndexSnapshotManager Constructor Description SplitIndexUpgradeTask(@NonNull ILuceneConnection contentConnection, @NonNull ILuceneConnection changesConnection, @NonNull I18NBeanFactory i18NBeanFactory, @NonNull JournalStateStore journalStateStore, @NonNull JournalIdentifier contentJournalIdentifier, @NonNull JournalIdentifier changeJournalIdentifier, @NonNull SplitIndexSnapshotManager snapshotManager)Creates a new SplitIndexUpgradeTask that will split the index. 
 -