Uses of Interface
com.atlassian.confluence.api.service.index.IndexJournalService
-
Packages that use IndexJournalService Package Description com.atlassian.confluence.impl.index com.atlassian.confluence.impl.system com.atlassian.confluence.plugins.edgeindex -
-
Uses of IndexJournalService in com.atlassian.confluence.impl.index
Classes in com.atlassian.confluence.impl.index that implement IndexJournalService Modifier and Type Class Description classDefaultIndexJournalServiceImplementation ofIndexJournalService. -
Uses of IndexJournalService in com.atlassian.confluence.impl.system
Constructors in com.atlassian.confluence.impl.system with parameters of type IndexJournalService Constructor Description JournalSystemMaintenanceTaskQueue(IndexJournalService journalService, SystemMaintenanceTaskMarshalling taskMarshalling, SystemMaintenanceTaskRegistry taskRegistry, com.atlassian.sal.api.features.DarkFeatureManager darkFeatureManager) -
Uses of IndexJournalService in com.atlassian.confluence.plugins.edgeindex
Constructors in com.atlassian.confluence.plugins.edgeindex with parameters of type IndexJournalService Constructor Description JournalEdgeIndexTaskQueue(IndexJournalService journalService, EdgeIndexTaskFactory edgeIndexTaskFactory, com.atlassian.sal.api.transaction.TransactionTemplate transactionTemplate)
-