Uses of Interface
com.atlassian.confluence.plugins.edgeindex.EdgeIndexBuilder
-
Packages that use EdgeIndexBuilder Package Description com.atlassian.confluence.plugins.edgeindex com.atlassian.confluence.plugins.edgeindex.servlet com.atlassian.confluence.plugins.edgeindex.upgrade -
-
Uses of EdgeIndexBuilder in com.atlassian.confluence.plugins.edgeindex
Classes in com.atlassian.confluence.plugins.edgeindex that implement EdgeIndexBuilder Modifier and Type Class Description class
DefaultEdgeIndexBuilder
Constructors in com.atlassian.confluence.plugins.edgeindex with parameters of type EdgeIndexBuilder Constructor Description EdgeIndexRecoverer(EdgeSearchIndexAccessor edgeSearchIndexAccessor, EdgeIndexBuilder edgeIndexBuilder)
-
Uses of EdgeIndexBuilder in com.atlassian.confluence.plugins.edgeindex.servlet
Constructors in com.atlassian.confluence.plugins.edgeindex.servlet with parameters of type EdgeIndexBuilder Constructor Description BuildEdgeIndexServlet(PermissionManager permissionManager, EdgeIndexBuilder edgeIndexBuilder, XsrfTokenService xsrfTokenService, I18NBeanFactory i18NBeanFactory)
-
Uses of EdgeIndexBuilder in com.atlassian.confluence.plugins.edgeindex.upgrade
Constructors in com.atlassian.confluence.plugins.edgeindex.upgrade with parameters of type EdgeIndexBuilder Constructor Description EdgeIndexRebuildUpgradeTask(EdgeIndexBuilder edgeIndexBuilder)
-