Uses of Interface
com.atlassian.confluence.impl.journal.JournalDao
Packages that use JournalDao
Package
Description
Provides implementation of Journal Service.
-
Uses of JournalDao in com.atlassian.confluence.impl.index
Constructors in com.atlassian.confluence.impl.index with parameters of type JournalDaoModifierConstructorDescriptionDefaultIndexRecoveryService
(JournalStateStore journalStateStore, JournalDao journalDao, com.atlassian.dc.filestore.api.FileStore.Path sharedHome, ClusterManager clusterManager, com.atlassian.event.api.EventPublisher eventPublisher, ClusterEventWrapperService clusterEventWrapperService, com.atlassian.plugin.PluginAccessor pluginAccessor, ClusterConfigurationHelper clusterConfigurationHelper, ConfluenceDirectories confluenceDirectories, BootstrapManager bootstrapManager, SearchPlatformConfig searchPlatformConfig) NoopIndexRecoveryService
(JournalStateStore journalStateStore, JournalDao journalDao, com.atlassian.event.api.EventPublisher eventPublisher, com.atlassian.plugin.PluginAccessor pluginAccessor) -
Uses of JournalDao in com.atlassian.confluence.impl.journal
Classes in com.atlassian.confluence.impl.journal that implement JournalDaoConstructors in com.atlassian.confluence.impl.journal with parameters of type JournalDaoModifierConstructorDescriptionDefaultJournalManager
(JournalDao journalDao, JournalStateStore journalStateStore, DefaultJournalManager.IgnoreSettings ignoreSettings, SearchPlatformConfig searchPlatformConfig, org.springframework.transaction.PlatformTransactionManager transactionManager) -
Uses of JournalDao in com.atlassian.confluence.internal.api.impl.service.incrementalsync
Methods in com.atlassian.confluence.internal.api.impl.service.incrementalsync with parameters of type JournalDaoModifier 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) -
Uses of JournalDao in com.atlassian.confluence.test.rpc
Methods in com.atlassian.confluence.test.rpc with parameters of type JournalDaoModifier and TypeMethodDescriptionvoid
FuncTestRpcHandlerImpl.setJournalDao
(JournalDao journalDao) -
Uses of JournalDao in com.atlassian.confluence.upgrade.upgradetask.splitindex
Constructors in com.atlassian.confluence.upgrade.upgradetask.splitindex with parameters of type JournalDaoModifierConstructorDescriptionSplitIndexSnapshotManager
(LuceneIndexSnapshotManager snapshotManager, JournalDao journalDao, ClusterManager clusterManager, JournalIdentifier contentIdentifier, JournalIdentifier changeIdentifier)