Uses of Interface
com.atlassian.confluence.search.IndexTaskQueue
-
-
Uses of IndexTaskQueue in com.atlassian.confluence.impl.admin.actions
Fields in com.atlassian.confluence.impl.admin.actions declared as IndexTaskQueue Modifier and Type Field Description protected IndexTaskQueue<T>AbstractViewIndexQueueAction. taskQueueMethods in com.atlassian.confluence.impl.admin.actions with parameters of type IndexTaskQueue Modifier and Type Method Description voidViewChangeIndexQueueAction. setChangeTaskQueue(IndexTaskQueue<T> changeTaskQueue)Autowired by springvoidViewContentIndexQueueAction. setContentTaskQueue(IndexTaskQueue<T> contentTaskQueue)Autowired by spring -
Uses of IndexTaskQueue in com.atlassian.confluence.impl.search
Methods in com.atlassian.confluence.impl.search that return IndexTaskQueue Modifier and Type Method Description IndexTaskQueue<ConfluenceIndexTask>CompositeIndexManager. getTaskQueue()Deprecated.since 7.9.0.Constructors in com.atlassian.confluence.impl.search with parameters of type IndexTaskQueue Constructor Description CompositeIndexManager(List<IncrementalIndexManager> incrementalManagers, IndexTaskQueue<ConfluenceIndexTask> compositeTaskQueue, FullReindexManager fullReindexManager) -
Uses of IndexTaskQueue in com.atlassian.confluence.impl.search.queue
Classes in com.atlassian.confluence.impl.search.queue that implement IndexTaskQueue Modifier and Type Class Description classChangeIndexTaskQueueJournal index task queue for the change indexclassCompositeIndexTaskQueue<T extends IndexTask>Deprecated.since 7.9 UseIndexManagermethods instead of calling corresponding methods on queue directly.classContentIndexTaskQueueJournal index task queue for the content indexConstructors in com.atlassian.confluence.impl.search.queue with parameters of type IndexTaskQueue Constructor Description CompositeIndexTaskQueue(Map<SearchIndex,IndexTaskQueue<T>> taskQueueBySearchIndex, IndexTaskQueue<T> fallbackQueue)Deprecated.Constructor parameters in com.atlassian.confluence.impl.search.queue with type arguments of type IndexTaskQueue Constructor Description CompositeIndexTaskQueue(Map<SearchIndex,IndexTaskQueue<T>> taskQueueBySearchIndex, IndexTaskQueue<T> fallbackQueue)Deprecated. -
Uses of IndexTaskQueue in com.atlassian.confluence.search
Methods in com.atlassian.confluence.search that return IndexTaskQueue Modifier and Type Method Description IndexTaskQueueIndexManager. getTaskQueue()Deprecated.since 7.9.0 UseIndexManagermethods instead of calling corresponding methods on queue directly.Methods in com.atlassian.confluence.search with parameters of type IndexTaskQueue Modifier and Type Method Description voidQueuingChangeIndexer. setTaskQueue(IndexTaskQueue taskQueue) -
Uses of IndexTaskQueue in com.atlassian.confluence.search.lucene
Subinterfaces of IndexTaskQueue in com.atlassian.confluence.search.lucene Modifier and Type Interface Description interfaceIndexTaskQueue<T extends IndexTask>Deprecated.since 5.10, useIndexTaskQueueinsteadMethods in com.atlassian.confluence.search.lucene with parameters of type IndexTaskQueue Modifier and Type Method Description voidQueuingConfluenceIndexer. setTaskQueue(IndexTaskQueue taskQueue)Constructors in com.atlassian.confluence.search.lucene with parameters of type IndexTaskQueue Constructor Description LuceneIncrementalIndexManager(IndexLockService lockService, IndexTaskQueue<ConfluenceIndexTask> taskQueue, SearchIndexAccessor searchIndexAccessor, com.atlassian.event.api.EventPublisher eventPublisher, FullReindexManager fullReindexManager, SearchIndex targetIndex) -
Uses of IndexTaskQueue in com.atlassian.confluence.search.lucene.queue
Classes in com.atlassian.confluence.search.lucene.queue that implement IndexTaskQueue Modifier and Type Class Description classJournalIndexTaskQueueA queue ofConfluenceIndexTasks. -
Uses of IndexTaskQueue in com.atlassian.confluence.search.queue
Classes in com.atlassian.confluence.search.queue that implement IndexTaskQueue Modifier and Type Class Description classAbstractJournalIndexTaskQueue<T extends IndexTask>Abstract base class forIndexTaskQueueimplementations that are backed by the journal.classInMemoryIndexTaskQueue<T extends IndexTask>An in memory implementation of the Index Task Queue. -
Uses of IndexTaskQueue in com.atlassian.confluence.upgrade.upgradetask
Constructor parameters in com.atlassian.confluence.upgrade.upgradetask with type arguments of type IndexTaskQueue Constructor Description ReindexAllBlogsUpgradeTask(IndexTaskFactory indexTaskFactory, Map<SearchIndex,IndexTaskQueue<IndexTask>> taskQueueBySearchIndex)UnindexContentTypeUpgradeTask(Map<SearchIndex,IndexTaskQueue<IndexTask>> taskQueueBySearchIndex, IndexTaskFactory indexTaskFactory, ContentTypeEnum contentTypeEnum)UnindexContentTypeUpgradeTask(Map<SearchIndex,IndexTaskQueue<IndexTask>> taskQueueBySearchIndex, IndexTaskFactory indexTaskFactory, String contentTypeRepresentation)
-