Uses of Interface
com.atlassian.confluence.plugins.edgeindex.EdgeReindexer
-
Packages that use EdgeReindexer Package Description com.atlassian.confluence.plugins.edgeindex com.atlassian.confluence.plugins.edgeindex.tasks -
-
Uses of EdgeReindexer in com.atlassian.confluence.plugins.edgeindex
Classes in com.atlassian.confluence.plugins.edgeindex that implement EdgeReindexer Modifier and Type Class Description class
DefaultEdgeReindexer
Performs reindexing for the edge index.Constructors in com.atlassian.confluence.plugins.edgeindex with parameters of type EdgeReindexer Constructor Description DefaultEdgeIndexTaskFactory(EdgeDocumentFactory edgeDocumentFactory, InheritedContentPermissionManager inheritedContentPermissionManager, ContentEntityManager contentEntityManager, com.atlassian.sal.api.transaction.TransactionTemplate txTemplate, EdgeSearchIndexAccessor edgeSearchIndexAccessor, ContentPermissionCalculator contentPermissionCalculator, EdgeReindexer edgeReindexer)
-
Uses of EdgeReindexer in com.atlassian.confluence.plugins.edgeindex.tasks
Constructors in com.atlassian.confluence.plugins.edgeindex.tasks with parameters of type EdgeReindexer Constructor Description RebuildIndexTask(EdgeIndexTaskFactory edgeIndexTaskFactory, EdgeReindexer edgeReindexer, EdgeSearchIndexAccessor edgeSearchIndexAccessor, RebuildIndexTask.RebuildIndexParams rebuildIndexParams)
-