Uses of Interface
com.atlassian.confluence.search.IndexerControl
-
Packages that use IndexerControl Package Description com.atlassian.confluence.impl.search com.atlassian.confluence.internal.search com.atlassian.confluence.search -
-
Uses of IndexerControl in com.atlassian.confluence.impl.search
Methods in com.atlassian.confluence.impl.search with parameters of type IndexerControl Modifier and Type Method Description void
QueuingChangeIndexer. setIndexerControl(IndexerControl indexerControl)
-
Uses of IndexerControl in com.atlassian.confluence.internal.search
Methods in com.atlassian.confluence.internal.search with parameters of type IndexerControl Modifier and Type Method Description void
QueuingConfluenceIndexer. setIndexerControl(IndexerControl indexerControl)
-
Uses of IndexerControl in com.atlassian.confluence.search
Classes in com.atlassian.confluence.search that implement IndexerControl Modifier and Type Class Description class
ThreadLocalIndexerControl
Allows the enabling and disabling of indexing for the current executing thread.
-