Uses of Interface
com.atlassian.confluence.impl.journal.JournalManager
-
Packages that use JournalManager Package Description com.atlassian.confluence.impl.backuprestore.restore.searchindexer com.atlassian.confluence.impl.index com.atlassian.confluence.impl.journal Provides implementation of Journal Service.com.atlassian.confluence.internal.index.lucene -
-
Uses of JournalManager in com.atlassian.confluence.impl.backuprestore.restore.searchindexer
Constructors in com.atlassian.confluence.impl.backuprestore.restore.searchindexer with parameters of type JournalManager Constructor Description SearchIndexerAdapter(ContentIndexTaskQueue contentIndexTaskQueue, ChangeIndexTaskQueue changeIndexTaskQueue, JournalManager journalManager, com.atlassian.sal.api.features.DarkFeatureManager salDarkFeatureManager, IndexManager indexManager, com.atlassian.event.api.EventPublisher eventPublisher) -
Uses of JournalManager in com.atlassian.confluence.impl.index
Constructors in com.atlassian.confluence.impl.index with parameters of type JournalManager Constructor Description DefaultIndexJournalService(JournalManager journalManager, SearchPlatformConfig searchPlatformConfig, com.atlassian.beehive.ClusterLockService clusterLockService) -
Uses of JournalManager in com.atlassian.confluence.impl.journal
Classes in com.atlassian.confluence.impl.journal that implement JournalManager Modifier and Type Class Description classDefaultJournalManagerThis is the default implementation ofJournalManager.Constructors in com.atlassian.confluence.impl.journal with parameters of type JournalManager Constructor Description DefaultJournalService(JournalManager journalManager) -
Uses of JournalManager in com.atlassian.confluence.internal.index.lucene
Constructors in com.atlassian.confluence.internal.index.lucene with parameters of type JournalManager Constructor Description LuceneReIndexer(SearchableDao searchableDao, SearchIndexAccessor contentIndexAccessor, SearchIndexAccessor changeIndexAccessor, com.atlassian.event.api.EventPublisher eventPublisher, ClusterManager clusterManager, SystemMaintenanceTaskQueue systemMaintenanceTaskQueue, com.atlassian.confluence.internal.index.lucene.BatchIndexerFactory batchIndexerFactory, SearchPlatformConfig searchPlatformConfig, JournalManager journalManager, JournalService journalService)
-