Uses of Interface
com.atlassian.confluence.plugins.edgeindex.EdgeIndexTaskFactory
-
Packages that use EdgeIndexTaskFactory Package Description com.atlassian.confluence.plugins.edgeindex com.atlassian.confluence.plugins.edgeindex.tasks -
-
Uses of EdgeIndexTaskFactory in com.atlassian.confluence.plugins.edgeindex
Classes in com.atlassian.confluence.plugins.edgeindex that implement EdgeIndexTaskFactory Modifier and Type Class Description classDefaultEdgeIndexTaskFactoryConstructors in com.atlassian.confluence.plugins.edgeindex with parameters of type EdgeIndexTaskFactory Constructor Description JournalEdgeIndexTaskQueue(IndexJournalService journalService, EdgeIndexTaskFactory edgeIndexTaskFactory, com.atlassian.sal.api.transaction.TransactionTemplate transactionTemplate) -
Uses of EdgeIndexTaskFactory in com.atlassian.confluence.plugins.edgeindex.tasks
Constructors in com.atlassian.confluence.plugins.edgeindex.tasks with parameters of type EdgeIndexTaskFactory Constructor Description RebuildIndexTask(EdgeIndexTaskFactory edgeIndexTaskFactory, EdgeReindexer edgeReindexer, EdgeSearchIndexAccessor edgeSearchIndexAccessor, RebuildIndexTask.RebuildIndexParams rebuildIndexParams)
-