Uses of Interface
com.atlassian.confluence.search.ChangeIndexer
Packages that use ChangeIndexer
Package
Description
-
Uses of ChangeIndexer in com.atlassian.confluence.core
Methods in com.atlassian.confluence.core with parameters of type ChangeIndexerModifier and TypeMethodDescriptionvoid
DefaultContentPermissionManager.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 -
Uses of ChangeIndexer in com.atlassian.confluence.impl.search
Classes in com.atlassian.confluence.impl.search that implement ChangeIndexerMethods in com.atlassian.confluence.impl.search that return ChangeIndexerMethods in com.atlassian.confluence.impl.search with parameters of type ChangeIndexerModifier and TypeMethodDescriptionvoid
IndexerEventListener.VisitorEvent.visit
(ConfluenceIndexer indexer, ChangeIndexer changeIndexer) Method parameters in com.atlassian.confluence.impl.search with type arguments of type ChangeIndexerModifier and TypeMethodDescriptionvoid
IndexerEventPublisher.publishCallbackEvent
(BiConsumer<ConfluenceIndexer, ChangeIndexer> indexersTask) Publishes an event which will received byIndexerEventListener
, which in turn will invoke the supplied callback with theConfluenceIndexer
and theChangeIndexer
.void
QueuingChangeIndexer.setAsyncIndexer
(Supplier<ChangeIndexer> asyncIndexer) void
QueuingChangeIndexer.setSyncIndexer
(Supplier<ChangeIndexer> syncIndexer) -
Uses of ChangeIndexer in com.atlassian.confluence.internal.search
Methods in com.atlassian.confluence.internal.search with parameters of type ChangeIndexerModifier and TypeMethodDescriptionvoid
QueuingConfluenceIndexer.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 ChangeIndexerModifierConstructorDescriptionUpdateLabelsInChangeIndexListener
(ChangeIndexer changeIndexer) UpdateSpacesInChangeIndexListener
(ChangeIndexer changeIndexer) -
Uses of ChangeIndexer in com.atlassian.confluence.search
Methods in com.atlassian.confluence.search that return ChangeIndexerModifier and TypeMethodDescriptiondefault ChangeIndexer
ChangeIndexer.synchronous()
Return synchronous indexer that will perform index in the caller thread.