Uses of Interface
com.atlassian.confluence.impl.journal.JournalStateStore
Packages that use JournalStateStore
Package
Description
Provides implementation of Journal Service.
- 
Uses of JournalStateStore in com.atlassian.confluence.impl.backuprestore.restore.searchindexerConstructors in com.atlassian.confluence.impl.backuprestore.restore.searchindexer with parameters of type JournalStateStoreModifierConstructorDescriptionOnRestoreSearchIndexerFactory(SearchIndexerAdapter searchIndexerAdapter, ImportedObjectsStashFactory importedObjectsStashFactory, JournalStateStore journalStateStore, JournalStateStore bandanaJournalStateStore) OnRestoreSiteSearchIndexer(SearchIndexerAdapter searchIndexerAdapter, JournalStateStore journalStateStore, JournalStateStore bandanaJournalStateStore) 
- 
Uses of JournalStateStore in com.atlassian.confluence.impl.indexConstructors in com.atlassian.confluence.impl.index with parameters of type JournalStateStoreModifierConstructorDescriptionDefaultIndexRecoveryService(JournalStateStore journalStateStore, JournalDao journalDao, com.atlassian.dc.filestore.api.FileStore.Path sharedHome, ClusterManagerInternal 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 JournalStateStore in com.atlassian.confluence.impl.journalClasses in com.atlassian.confluence.impl.journal that implement JournalStateStoreModifier and TypeClassDescriptionclassclassPersists journal state in the local home directory on each node.classStores journal queue state in bandana.Constructors in com.atlassian.confluence.impl.journal with parameters of type JournalStateStoreModifierConstructorDescriptionCachingJournalStateStore(JournalStateStore delegate, com.atlassian.cache.CacheFactory cacheFactory) DefaultJournalManager(JournalDao journalDao, JournalStateStore journalStateStore, DefaultJournalManager.IgnoreSettings ignoreSettings, SearchPlatformConfig searchPlatformConfig, org.springframework.transaction.PlatformTransactionManager transactionManager) JournalStateResettingListener(com.atlassian.event.api.EventListenerRegistrar eventListenerRegistrar, JournalStateStore journalStateStore) 
- 
Uses of JournalStateStore in com.atlassian.confluence.impl.system.runnerConstructors in com.atlassian.confluence.impl.system.runner with parameters of type JournalStateStoreModifierConstructorDescriptionRestoreIndexSnapshotMaintenanceTaskRunner(SystemMaintenanceTaskRegistry registry, LuceneIndexSnapshotManager luceneIndexSnapshotManager, ReIndexJobManager reIndexJobManager, ClusterManager clusterManager, com.atlassian.event.api.EventPublisher eventPublisher, JournalStateStore journalStateStore, SearchPlatformConfig searchPlatformConfig) 
- 
Uses of JournalStateStore in com.atlassian.confluence.internal.api.impl.service.incrementalsyncMethods in com.atlassian.confluence.internal.api.impl.service.incrementalsync with parameters of type JournalStateStoreModifier 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 JournalStateStore in com.atlassian.confluence.internal.api.impl.service.incrementalsync.journalSubinterfaces of JournalStateStore in com.atlassian.confluence.internal.api.impl.service.incrementalsync.journalClasses in com.atlassian.confluence.internal.api.impl.service.incrementalsync.journal that implement JournalStateStoreModifier and TypeClassDescriptionclassA Journal State Store which will store the state fromMultiSubscriptionPerJournalIdentifierclassA Journal State Store which will store the state based on Subscription Id
- 
Uses of JournalStateStore in com.atlassian.confluence.internal.index.lucene.snapshotConstructors in com.atlassian.confluence.internal.index.lucene.snapshot with parameters of type JournalStateStoreModifierConstructorDescriptionDefaultLuceneIndexSnapshotManager(com.atlassian.plugin.PluginAccessor pluginAccessor, BootstrapManager bootstrapManager, com.atlassian.dc.filestore.api.compat.FilesystemPath sharedHome, JournalStateStore journalStateStore) DefaultLuceneIndexSnapshotManager(com.atlassian.plugin.PluginAccessor pluginAccessor, BootstrapManager bootstrapManager, com.atlassian.dc.filestore.api.compat.FilesystemPath sharedHome, JournalStateStore journalStateStore, Function<Path, Optional<Long>> indexVersionReader) 
- 
Uses of JournalStateStore in com.atlassian.confluence.journalSubinterfaces of JournalStateStore in com.atlassian.confluence.journal
- 
Uses of JournalStateStore in com.atlassian.confluence.plugins.opensearchClasses in com.atlassian.confluence.plugins.opensearch that implement JournalStateStoreModifier and TypeClassDescriptionclassExportedJournalStateStorewhich stores journal ids in OpenSearch
- 
Uses of JournalStateStore in com.atlassian.confluence.spring.indexMethods in com.atlassian.confluence.spring.index that return JournalStateStore
- 
Uses of JournalStateStore in com.atlassian.confluence.test.rpcMethods in com.atlassian.confluence.test.rpc with parameters of type JournalStateStoreModifier and TypeMethodDescriptionvoidFuncTestRpcHandlerImpl.setIndexJournalStateStore(JournalStateStore indexJournalStateStore) 
- 
Uses of JournalStateStore in com.atlassian.confluence.upgrade.upgradetaskConstructors in com.atlassian.confluence.upgrade.upgradetask with parameters of type JournalStateStoreModifierConstructorDescriptionResetJournalStateUpgradeTask(JournalStateStore journalStateStore, JournalStateStore bandanaJournalStateStore, BackupRestoreManager backupRestoreManager, IndexManager indexManager)