Uses of Interface
com.atlassian.confluence.search.IndexTaskQueue
Packages that use IndexTaskQueue
Package
Description
-
Uses of IndexTaskQueue in com.atlassian.confluence.impl.admin.actions
Fields in com.atlassian.confluence.impl.admin.actions declared as IndexTaskQueueModifier and TypeFieldDescriptionprotected IndexTaskQueue<T>
AbstractViewIndexQueueAction.taskQueue
Methods in com.atlassian.confluence.impl.admin.actions with parameters of type IndexTaskQueueModifier and TypeMethodDescriptionvoid
ViewChangeIndexQueueAction.setChangeTaskQueue
(IndexTaskQueue<T> changeTaskQueue) Autowired by springvoid
ViewContentIndexQueueAction.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 IndexTaskQueueMethods in com.atlassian.confluence.impl.search with parameters of type IndexTaskQueueModifier and TypeMethodDescriptionvoid
QueuingChangeIndexer.setTaskQueue
(IndexTaskQueue taskQueue) Constructors in com.atlassian.confluence.impl.search with parameters of type IndexTaskQueueModifierConstructorDescriptionCompositeIndexManager
(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 IndexTaskQueueModifier and TypeClassDescriptionclass
Journal index task queue for the change indexclass
CompositeIndexTaskQueue<T extends IndexTask>
Deprecated.since 7.9 UseIndexManager
methods instead of calling corresponding methods on queue directly.class
Journal index task queue for the content indexclass
InMemoryIndexTaskQueue<T extends IndexTask>
An in memory implementation of the Index Task Queue.Constructors in com.atlassian.confluence.impl.search.queue with parameters of type IndexTaskQueueModifierConstructorDescriptionCompositeIndexTaskQueue
(Map<SearchIndex, IndexTaskQueue<T>> taskQueueBySearchIndex, IndexTaskQueue<T> fallbackQueue) Deprecated.Constructor parameters in com.atlassian.confluence.impl.search.queue with type arguments of type IndexTaskQueueModifierConstructorDescriptionCompositeIndexTaskQueue
(Map<SearchIndex, IndexTaskQueue<T>> taskQueueBySearchIndex, IndexTaskQueue<T> fallbackQueue) Deprecated. -
Uses of IndexTaskQueue in com.atlassian.confluence.internal.search
Methods in com.atlassian.confluence.internal.search with parameters of type IndexTaskQueueModifier and TypeMethodDescriptionvoid
QueuingConfluenceIndexer.setTaskQueue
(IndexTaskQueue<ConfluenceIndexTask> taskQueue) Constructors in com.atlassian.confluence.internal.search with parameters of type IndexTaskQueueModifierConstructorDescriptionLuceneIncrementalIndexManager
(IndexLockService lockService, IndexTaskQueue<ConfluenceIndexTask> taskQueue, SearchIndexAccessor searchIndexAccessor, com.atlassian.event.api.EventPublisher eventPublisher, FullReindexManager fullReindexManager, SearchIndex targetIndex, org.hibernate.SessionFactory sessionFactory, HibernateSessionManager5 sessionManager, JournalService journalService) -
Uses of IndexTaskQueue in com.atlassian.confluence.internal.search.queue
Classes in com.atlassian.confluence.internal.search.queue that implement IndexTaskQueueModifier and TypeClassDescriptionclass
AbstractJournalIndexTaskQueue<T extends IndexTask>
Abstract base class forIndexTaskQueue
implementations that are backed by the journal.class
A queue ofConfluenceIndexTask
s. -
Uses of IndexTaskQueue in com.atlassian.confluence.search
Methods in com.atlassian.confluence.search that return IndexTaskQueueModifier and TypeMethodDescriptionIndexManager.getTaskQueue()
Deprecated.since 7.9.0 UseIndexManager
methods instead of calling corresponding methods on queue directly.