Uses of Interface
com.atlassian.confluence.search.ChangeIndexer
-
-
Uses of ChangeIndexer in com.atlassian.confluence.core
Methods in com.atlassian.confluence.core with parameters of type ChangeIndexer Modifier and Type Method Description voidDefaultContentPermissionManager. setChangeIndexer(ChangeIndexer changeIndexer)Deprecated.since 7.5 -
Uses of ChangeIndexer in com.atlassian.confluence.core.listeners
Constructors in com.atlassian.confluence.core.listeners with parameters of type ChangeIndexer Constructor Description TitleChangeListener(ChangeIndexer changeIndexer) -
Uses of ChangeIndexer in com.atlassian.confluence.impl.search
Classes in com.atlassian.confluence.impl.search that implement ChangeIndexer Modifier and Type Class Description classQueuingChangeIndexerMethods in com.atlassian.confluence.impl.search that return ChangeIndexer Modifier and Type Method Description ChangeIndexerQueuingChangeIndexer. synchronous()Methods in com.atlassian.confluence.impl.search with parameters of type ChangeIndexer Modifier and Type Method Description voidIndexerEventListener.VisitorEvent. visit(ConfluenceIndexer indexer, ChangeIndexer changeIndexer)Method parameters in com.atlassian.confluence.impl.search with type arguments of type ChangeIndexer Modifier and Type Method Description voidIndexerEventPublisher. publishCallbackEvent(BiConsumer<ConfluenceIndexer,ChangeIndexer> indexersTask)Publishes an event which will received byIndexerEventListener, which in turn will invoke the supplied callback with theConfluenceIndexerand theChangeIndexer.voidQueuingChangeIndexer. setAsyncIndexer(Supplier<ChangeIndexer> asyncIndexer)voidQueuingChangeIndexer. setSyncIndexer(Supplier<ChangeIndexer> syncIndexer) -
Uses of ChangeIndexer in com.atlassian.confluence.internal.search
Methods in com.atlassian.confluence.internal.search with parameters of type ChangeIndexer Modifier and Type Method Description voidQueuingConfluenceIndexer. setChangeIndexer(ChangeIndexer changeIndexer) -
Uses of ChangeIndexer in com.atlassian.confluence.internal.search.listeners
Constructors in com.atlassian.confluence.internal.search.listeners with parameters of type ChangeIndexer Constructor Description UpdateLabelsInChangeIndexListener(ChangeIndexer changeIndexer)UpdateSpacesInChangeIndexListener(ChangeIndexer changeIndexer) -
Uses of ChangeIndexer in com.atlassian.confluence.search
Methods in com.atlassian.confluence.search that return ChangeIndexer Modifier and Type Method Description default ChangeIndexerChangeIndexer. synchronous()Return synchronous indexer that will perform index in the caller thread.
-