Uses of Interface
com.atlassian.confluence.impl.journal.JournalManager
Packages that use JournalManager
Package
Description
Provides implementation of Journal Service.
-
Uses of JournalManager in com.atlassian.confluence.impl.backuprestore.restore.searchindexer
Constructors in com.atlassian.confluence.impl.backuprestore.restore.searchindexer with parameters of type JournalManagerModifierConstructorDescriptionSearchIndexerAdapter
(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 JournalManagerModifierConstructorDescriptionDefaultIndexJournalService
(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 JournalManagerConstructors in com.atlassian.confluence.impl.journal with parameters of type JournalManager -
Uses of JournalManager in com.atlassian.confluence.internal.api.impl.service.incrementalsync
Methods in com.atlassian.confluence.internal.api.impl.service.incrementalsync that return JournalManagerModifier and TypeMethodDescriptionIncrementalSyncServiceConfiguration.contentIncSyncJournalManager
(JournalDao journalDao, JournalStateStore journalStateStore, DefaultJournalManager.IgnoreSettings ignoreSettings, SearchPlatformConfig searchPlatformConfig, org.springframework.transaction.PlatformTransactionManager transactionManager) IncrementalSyncServiceConfiguration.globalPermissionIncSyncJournalManager
(JournalDao journalDao, JournalStateStore journalStateStore, DefaultJournalManager.IgnoreSettings ignoreSettings, SearchPlatformConfig searchPlatformConfig, org.springframework.transaction.PlatformTransactionManager transactionManager) IncrementalSyncServiceConfiguration.userIncSyncJournalManager
(JournalDao journalDao, JournalStateStore journalStateStore, DefaultJournalManager.IgnoreSettings ignoreSettings, SearchPlatformConfig searchPlatformConfig, org.springframework.transaction.PlatformTransactionManager transactionManager) Methods in com.atlassian.confluence.internal.api.impl.service.incrementalsync with parameters of type JournalManagerModifier and TypeMethodDescriptionIncrementalSyncServiceConfiguration.contentIncSyncJournalService
(JournalManager journalManager) IncrementalSyncServiceConfiguration.globalPermissionIncSyncJournalService
(JournalManager journalManager) IncrementalSyncServiceConfiguration.userIncSyncJournalService
(JournalManager journalManager) -
Uses of JournalManager in com.atlassian.confluence.internal.index
Fields in com.atlassian.confluence.internal.index declared as JournalManagerConstructors in com.atlassian.confluence.internal.index with parameters of type JournalManagerModifierConstructorDescriptionAbstractReindexer
(SearchableDao searchableDao, SearchIndexAccessor contentIndexAccessor, SearchIndexAccessor changeIndexAccessor, com.atlassian.event.api.EventPublisher eventPublisher, com.atlassian.confluence.internal.index.BatchIndexerFactory batchIndexerFactory, JournalManager journalManager, JournalService journalService) BlueGreenReindexer
(SearchableDao searchableDao, SearchIndexAccessor contentIndexAccessor, SearchIndexAccessor changeIndexAccessor, com.atlassian.event.api.EventPublisher eventPublisher, com.atlassian.confluence.internal.index.BatchIndexerFactory batchIndexerFactory, JournalManager journalManager, JournalService journalService, StagingIndexFactory stagingIndexFactory) PropagableReindexer
(SearchableDao searchableDao, SearchIndexAccessor contentIndexAccessor, SearchIndexAccessor changeIndexAccessor, com.atlassian.event.api.EventPublisher eventPublisher, com.atlassian.confluence.internal.index.BatchIndexerFactory batchIndexerFactory, JournalManager journalManager, JournalService journalService, ClusterManager clusterManager, SystemMaintenanceTaskQueue systemMaintenanceTaskQueue)