Uses of Interface
com.atlassian.confluence.api.service.journal.JournalService
Packages that use JournalService
Package
Description
Provides implementation of Journal Service.
-
Uses of JournalService in com.atlassian.confluence.api.service.index
Subinterfaces of JournalService in com.atlassian.confluence.api.service.indexModifier and TypeInterfaceDescriptioninterface
A specialised version ofJournalService
for the purpose of indexing, e.g. -
Uses of JournalService in com.atlassian.confluence.impl.index
Classes in com.atlassian.confluence.impl.index that implement JournalService -
Uses of JournalService in com.atlassian.confluence.impl.journal
Subinterfaces of JournalService in com.atlassian.confluence.impl.journalClasses in com.atlassian.confluence.impl.journal that implement JournalService -
Uses of JournalService in com.atlassian.confluence.impl.search.queue
Constructors in com.atlassian.confluence.impl.search.queue with parameters of type JournalServiceModifierConstructorDescriptionChangeIndexTaskQueue
(JournalService journalService, IndexTaskFactoryInternal indexTaskFactory, AnyTypeDaoInternal anyTypeDao, IndexFlushRequester indexFlushRequester, JournalIdentifier journalIdentifier, PrefetchDocumentBuilder prefetchedDocumentBuilder) ContentIndexTaskQueue
(JournalService journalService, IndexTaskFactoryInternal indexTaskFactory, AnyTypeDaoInternal anyTypeDao, IndexFlushRequester indexFlushRequester, JournalIdentifier journalIdentifier, PrefetchDocumentBuilder prefetchedDocumentBuilder) -
Uses of JournalService in com.atlassian.confluence.impl.system
Constructors in com.atlassian.confluence.impl.system with parameters of type JournalServiceModifierConstructorDescriptionJournalSystemMaintenanceTaskQueue
(JournalService journalService, SystemMaintenanceTaskMarshalling taskMarshalling, SystemMaintenanceTaskRegistry taskRegistry, com.atlassian.sal.api.features.DarkFeatureManager darkFeatureManager) -
Uses of JournalService in com.atlassian.confluence.internal.api.impl.service.incrementalsync
Methods in com.atlassian.confluence.internal.api.impl.service.incrementalsync with parameters of type JournalServiceModifier and TypeMethodDescriptionIncrementalSyncServiceConfiguration.commandSupport
(JournalService journalService) IncrementalSyncServiceConfiguration.commandSupportForContentSubscription
(JournalService journalService, SubscriptionJournalStateStore subscriptionJournalStateStore) Constructors in com.atlassian.confluence.internal.api.impl.service.incrementalsync with parameters of type JournalServiceModifierConstructorDescriptionCommandSupport
(JournalService journalService) Using this constructor for User Group and Global permissionCommandSupport
(JournalService journalService, SubscriptionJournalStateStore subscriptionJournalStateStore) Using this constructor for Content Management -
Uses of JournalService in com.atlassian.confluence.internal.index
Fields in com.atlassian.confluence.internal.index declared as JournalServiceConstructors in com.atlassian.confluence.internal.index with parameters of type JournalServiceModifierConstructorDescriptionAbstractReindexer
(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) -
Uses of JournalService in com.atlassian.confluence.internal.search
Constructors in com.atlassian.confluence.internal.search with parameters of type JournalServiceModifierConstructorDescriptionLuceneIncrementalIndexManager
(IndexLockService lockService, IndexTaskQueue<ConfluenceIndexTask> taskQueue, SearchIndexAccessor searchIndexAccessor, com.atlassian.event.api.EventPublisher eventPublisher, FullReindexManager fullReindexManager, SearchIndex targetIndex, org.hibernate.SessionFactory sessionFactory, HibernateSessionManager5 sessionManager, JournalService journalService) -
Uses of JournalService in com.atlassian.confluence.internal.search.queue
Fields in com.atlassian.confluence.internal.search.queue declared as JournalServiceModifier and TypeFieldDescriptionprotected final JournalService
AbstractJournalIndexTaskQueue.journalService
Constructors in com.atlassian.confluence.internal.search.queue with parameters of type JournalServiceModifierConstructorDescriptionAbstractJournalIndexTaskQueue
(JournalService journalService, AnyTypeDaoInternal anyTypeDao, IndexFlushRequester indexFlushRequester, JournalIdentifier journalIdentifier) JournalIndexTaskQueue
(JournalService journalService, IndexTaskFactoryInternal indexTaskFactory, AnyTypeDaoInternal anyTypeDao, IndexFlushRequester indexFlushRequester, JournalIdentifier journalIdentifier) -
Uses of JournalService in com.atlassian.confluence.plugins.opensearch
Constructors in com.atlassian.confluence.plugins.opensearch with parameters of type JournalServiceModifierConstructorDescriptionOpenSearchJournalChecker
(JournalService journalService, OpenSearchJournalStateStore journalStateStore)