Uses of Interface
com.atlassian.confluence.api.service.journal.JournalService
-
Packages that use JournalService Package Description com.atlassian.confluence.impl.journal Provides implementation of Journal Service.com.atlassian.confluence.impl.search.queue com.atlassian.confluence.impl.system com.atlassian.confluence.internal.search com.atlassian.confluence.internal.search.queue com.atlassian.confluence.plugins.edgeindex -
-
Uses of JournalService in com.atlassian.confluence.impl.journal
Classes in com.atlassian.confluence.impl.journal that implement JournalService Modifier and Type Class Description classDefaultJournalServiceThis is the default implementation ofJournalService. -
Uses of JournalService in com.atlassian.confluence.impl.search.queue
Constructors in com.atlassian.confluence.impl.search.queue with parameters of type JournalService Constructor Description ChangeIndexTaskQueue(JournalService journalService, IndexTaskFactoryInternal indexTaskFactory, AnyTypeDao anyTypeDao, IndexFlushRequester indexFlushRequester, JournalIdentifier journalIdentifier)ContentIndexTaskQueue(JournalService journalService, IndexTaskFactoryInternal indexTaskFactory, AnyTypeDao anyTypeDao, IndexFlushRequester indexFlushRequester, JournalIdentifier journalIdentifier) -
Uses of JournalService in com.atlassian.confluence.impl.system
Constructors in com.atlassian.confluence.impl.system with parameters of type JournalService Constructor Description JournalSystemMaintenanceTaskQueue(JournalService journalService, SystemMaintenanceTaskMarshalling taskMarshalling, SystemMaintenanceTaskRegistry taskRegistry, com.atlassian.sal.api.features.DarkFeatureManager darkFeatureManager) -
Uses of JournalService in com.atlassian.confluence.internal.search
Constructors in com.atlassian.confluence.internal.search with parameters of type JournalService Constructor Description LuceneIncrementalIndexManager(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 JournalService Modifier and Type Field Description protected JournalServiceAbstractJournalIndexTaskQueue. journalServiceConstructors in com.atlassian.confluence.internal.search.queue with parameters of type JournalService Constructor Description AbstractJournalIndexTaskQueue(JournalService journalService, AnyTypeDao anyTypeDao, IndexFlushRequester indexFlushRequester, JournalIdentifier journalIdentifier)JournalIndexTaskQueue(JournalService journalService, IndexTaskFactoryInternal indexTaskFactory, AnyTypeDao anyTypeDao, IndexFlushRequester indexFlushRequester, JournalIdentifier journalIdentifier) -
Uses of JournalService in com.atlassian.confluence.plugins.edgeindex
Constructors in com.atlassian.confluence.plugins.edgeindex with parameters of type JournalService Constructor Description JournalEdgeIndexTaskQueue(JournalService journalService, EdgeIndexTaskFactory edgeIndexTaskFactory, com.atlassian.sal.api.transaction.TransactionTemplate transactionTemplate)
-