Uses of Interface
com.atlassian.confluence.impl.journal.JournalStateStore
Package
Description
Provides implementation of Journal Service.
Imports Confluence data from an XML backup.
-
Uses of JournalStateStore in com.atlassian.confluence.impl.backuprestore.restore.searchindexer
ModifierConstructorDescriptionOnRestoreSearchIndexerFactory
(SearchIndexerAdapter searchIndexerAdapter, ImportedObjectsStashFactory importedObjectsStashFactory, JournalStateStore journalStateStore, JournalStateStore bandanaJournalStateStore) OnRestoreSiteSearchIndexer
(SearchIndexerAdapter searchIndexerAdapter, JournalStateStore journalStateStore, JournalStateStore bandanaJournalStateStore) -
Uses of JournalStateStore in com.atlassian.confluence.impl.index
ModifierConstructorDescriptionDefaultIndexRecoveryService
(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 JournalStateStore in com.atlassian.confluence.impl.journal
Modifier and TypeClassDescriptionclass
Stores journal queue state in bandana.class
class
Persists journal state in the local home directory on each node.ModifierConstructorDescriptionCachingJournalStateStore
(JournalStateStore delegate, com.atlassian.cache.CacheFactory cacheFactory) DefaultJournalManager
(JournalDao journalDao, JournalStateStore journalStateStore, DefaultJournalManager.IgnoreSettings ignoreSettings, SearchPlatformConfig searchPlatformConfig) JournalStateResettingListener
(com.atlassian.event.api.EventListenerRegistrar eventListenerRegistrar, JournalStateStore journalStateStore) -
Uses of JournalStateStore in com.atlassian.confluence.impl.upgrade.upgradetask
ModifierConstructorDescriptionSplitJournalUpgradeTask
(@NonNull DdlExecutor ddlExecutor, @NonNull JournalStateStore journalStateStore, @NonNull JournalIdentifier contentJournalIdentifier, @NonNull JournalIdentifier changeJournalIdentifier, @NonNull org.hibernate.SessionFactory sessionFactory, @NonNull IndexTaskFactoryInternal indexTaskFactory, @NonNull JournalIndexTaskQueue changeQueue) -
Uses of JournalStateStore in com.atlassian.confluence.importexport.xmlimport
ModifierConstructorDescriptionFileBackupImporter
(Set<JournalStateStore> journalStateStorese) Deprecated. -
Uses of JournalStateStore in com.atlassian.confluence.internal.index.lucene.snapshot
ModifierConstructorDescriptionDefaultLuceneIndexSnapshotManager
(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.journal
-
Uses of JournalStateStore in com.atlassian.confluence.plugins.opensearch
Modifier and TypeClassDescriptionclass
ExportedJournalStateStore
which stores journal ids in OpenSearch -
Uses of JournalStateStore in com.atlassian.confluence.spring.index
-
Uses of JournalStateStore in com.atlassian.confluence.test.rpc
Modifier and TypeMethodDescriptionvoid
FuncTestRpcHandlerImpl.setIndexJournalStateStore
(JournalStateStore indexJournalStateStore) -
Uses of JournalStateStore in com.atlassian.confluence.upgrade.upgradetask
ModifierConstructorDescriptionResetJournalStateUpgradeTask
(JournalStateStore journalStateStore, JournalStateStore bandanaJournalStateStore, BackupRestoreJobDao backupRestoreJobDao, IndexManager indexManager) 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.