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.Methods in com.atlassian.confluence.impl.search with parameters of type IndexTaskQueue Modifier and Type Method Description voidQueuingChangeIndexer. setTaskQueue(IndexTaskQueue taskQueue)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 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 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.impl.upgrade.upgradetask
Constructor parameters in com.atlassian.confluence.impl.upgrade.upgradetask with type arguments of type IndexTaskQueue Constructor Description ReindexAllBlogsUpgradeTask(IndexTaskFactoryInternal indexTaskFactory, Map<SearchIndex,IndexTaskQueue<IndexTask>> taskQueueBySearchIndex)UnindexContentTypeUpgradeTask(Map<SearchIndex,IndexTaskQueue<IndexTask>> taskQueueBySearchIndex, IndexTaskFactoryInternal indexTaskFactory, ContentTypeEnum contentTypeEnum)UnindexContentTypeUpgradeTask(Map<SearchIndex,IndexTaskQueue<IndexTask>> taskQueueBySearchIndex, IndexTaskFactoryInternal indexTaskFactory, String contentTypeRepresentation) -
Uses of IndexTaskQueue in com.atlassian.confluence.internal.search
Methods in com.atlassian.confluence.internal.search with parameters of type IndexTaskQueue Modifier and Type Method Description voidQueuingConfluenceIndexer. setTaskQueue(IndexTaskQueue taskQueue)Constructors in com.atlassian.confluence.internal.search 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, 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 IndexTaskQueue Modifier and Type Class Description classAbstractJournalIndexTaskQueue<T extends IndexTask>Abstract base class forIndexTaskQueueimplementations that are backed by the journal.classJournalIndexTaskQueueA queue ofConfluenceIndexTasks. -
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.
-