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.taskQueueMethods in com.atlassian.confluence.impl.admin.actions with parameters of type IndexTaskQueueModifier and TypeMethodDescriptionvoidViewChangeIndexQueueAction.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 IndexTaskQueueMethods in com.atlassian.confluence.impl.search with parameters of type IndexTaskQueueModifier and TypeMethodDescriptionvoidQueuingChangeIndexer.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 TypeClassDescriptionclassJournal index task queue for the change indexclassCompositeIndexTaskQueue<T extends IndexTask>Deprecated.since 7.9 UseIndexManagermethods instead of calling corresponding methods on queue directly.classJournal index task queue for the content indexclassInMemoryIndexTaskQueue<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 TypeMethodDescriptionvoidQueuingConfluenceIndexer.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 TypeClassDescriptionclassAbstractJournalIndexTaskQueue<T extends IndexTask>Abstract base class forIndexTaskQueueimplementations that are backed by the journal.classA queue ofConfluenceIndexTasks. -
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 UseIndexManagermethods instead of calling corresponding methods on queue directly.