Uses of Interface
com.atlassian.confluence.impl.journal.JournalStateStore
-
Packages that use JournalStateStore 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.impl.upgrade.upgradetask com.atlassian.confluence.importexport.xmlimport Imports Confluence data from an XML backup.com.atlassian.confluence.internal.index.lucene.snapshot com.atlassian.confluence.journal com.atlassian.confluence.plugins.opensearch com.atlassian.confluence.spring.index com.atlassian.confluence.test.rpc com.atlassian.confluence.upgrade.upgradetask -
-
Uses of JournalStateStore in com.atlassian.confluence.impl.backuprestore.restore.searchindexer
Constructors in com.atlassian.confluence.impl.backuprestore.restore.searchindexer with parameters of type JournalStateStore Constructor Description OnRestoreSearchIndexerFactory(SearchIndexerAdapter searchIndexerAdapter, ImportedObjectsStashFactory importedObjectsStashFactory, JournalStateStore journalStateStore, JournalStateStore bandanaJournalStateStore)OnRestoreSiteSearchIndexer(SearchIndexerAdapter searchIndexerAdapter, JournalStateStore journalStateStore, JournalStateStore bandanaJournalStateStore) -
Uses of JournalStateStore in com.atlassian.confluence.impl.index
Constructors in com.atlassian.confluence.impl.index with parameters of type JournalStateStore Constructor Description DefaultIndexRecoveryService(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
Classes in com.atlassian.confluence.impl.journal that implement JournalStateStore Modifier and Type Class Description classBandanaJournalStateStoreStores journal queue state in bandana.classCachingJournalStateStoreclassFilesystemJournalStateStorePersists journal state in the local home directory on each node.Constructors in com.atlassian.confluence.impl.journal with parameters of type JournalStateStore Constructor Description CachingJournalStateStore(JournalStateStore delegate, com.atlassian.cache.CacheFactory cacheFactory)DefaultJournalManager(JournalDao journalDao, JournalStateStore journalStateStore, DefaultJournalManager.IgnoreSettings ignoreSettings)JournalStateResettingListener(com.atlassian.event.api.EventListenerRegistrar eventListenerRegistrar, JournalStateStore journalStateStore) -
Uses of JournalStateStore in com.atlassian.confluence.impl.upgrade.upgradetask
Constructors in com.atlassian.confluence.impl.upgrade.upgradetask with parameters of type JournalStateStore Constructor Description SplitJournalUpgradeTask(@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
Constructor parameters in com.atlassian.confluence.importexport.xmlimport with type arguments of type JournalStateStore Constructor Description FileBackupImporter(Set<JournalStateStore> journalStateStorese)Deprecated. -
Uses of JournalStateStore in com.atlassian.confluence.internal.index.lucene.snapshot
Constructors in com.atlassian.confluence.internal.index.lucene.snapshot with parameters of type JournalStateStore Constructor Description DefaultLuceneIndexSnapshotManager(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
Subinterfaces of JournalStateStore in com.atlassian.confluence.journal Modifier and Type Interface Description interfaceExportedJournalStateStoreWrapper for internalJournalStateStore. -
Uses of JournalStateStore in com.atlassian.confluence.plugins.opensearch
Classes in com.atlassian.confluence.plugins.opensearch that implement JournalStateStore Modifier and Type Class Description classOpenSearchJournalStateStoreExportedJournalStateStorewhich stores journal ids in OpenSearch -
Uses of JournalStateStore in com.atlassian.confluence.spring.index
Methods in com.atlassian.confluence.spring.index that return JournalStateStore Modifier and Type Method Description JournalStateStoreOpenSearchSubsystemConfig. indexJournalStateStore() -
Uses of JournalStateStore in com.atlassian.confluence.test.rpc
Methods in com.atlassian.confluence.test.rpc with parameters of type JournalStateStore Modifier and Type Method Description voidFuncTestRpcHandlerImpl. setIndexJournalStateStore(JournalStateStore indexJournalStateStore) -
Uses of JournalStateStore in com.atlassian.confluence.upgrade.upgradetask
Constructors in com.atlassian.confluence.upgrade.upgradetask with parameters of type JournalStateStore Constructor Description ResetJournalStateUpgradeTask(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.
-