Modifier and Type | Field and Description |
---|---|
protected IndexTaskQueue<T> |
AbstractViewIndexQueueAction.taskQueue |
Modifier and Type | Method and Description |
---|---|
void |
ViewChangeIndexQueueAction.setChangeTaskQueue(IndexTaskQueue<T> changeTaskQueue)
Autowired by spring
|
void |
ViewContentIndexQueueAction.setContentTaskQueue(IndexTaskQueue<T> contentTaskQueue)
Autowired by spring
|
Modifier and Type | Method and Description |
---|---|
IndexTaskQueue<ConfluenceIndexTask> |
CompositeIndexManager.getTaskQueue()
Deprecated.
since 7.9.0. Please use
IndexManager.getQueueSize() and IndexManager.addTask(ConfluenceIndexTask) |
Constructor and Description |
---|
CompositeIndexManager(List<IncrementalIndexManager> incrementalManagers,
IndexTaskQueue<ConfluenceIndexTask> compositeTaskQueue,
FullReindexManager fullReindexManager) |
Modifier and Type | Class and Description |
---|---|
class |
ChangeIndexTaskQueue
Journal index task queue for the change index
|
class |
CompositeIndexTaskQueue<T extends IndexTask>
Deprecated.
since 7.9 Use
IndexManager methods instead of calling corresponding methods on queue directly.
This class is deprecated because Confluence will no longer have only one index queue. |
class |
ContentIndexTaskQueue
Journal index task queue for the content index
|
Constructor and Description |
---|
CompositeIndexTaskQueue(Map<SearchIndex,IndexTaskQueue<T>> taskQueueBySearchIndex,
IndexTaskQueue<T> fallbackQueue)
Deprecated.
|
Constructor and Description |
---|
CompositeIndexTaskQueue(Map<SearchIndex,IndexTaskQueue<T>> taskQueueBySearchIndex,
IndexTaskQueue<T> fallbackQueue)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
IndexTaskQueue |
IndexManager.getTaskQueue()
Deprecated.
since 7.9.0 Use
IndexManager methods instead of calling corresponding methods on queue directly.
This method is deprecated because Confluence will no longer have only one index queue |
Modifier and Type | Method and Description |
---|---|
void |
QueuingChangeIndexer.setTaskQueue(IndexTaskQueue taskQueue) |
Modifier and Type | Interface and Description |
---|---|
interface |
IndexTaskQueue<T extends IndexTask>
Deprecated.
since 5.10, use
IndexTaskQueue instead |
Modifier and Type | Method and Description |
---|---|
void |
QueuingConfluenceIndexer.setTaskQueue(IndexTaskQueue taskQueue) |
Constructor and Description |
---|
LuceneIncrementalIndexManager(IndexLockService lockService,
IndexTaskQueue<ConfluenceIndexTask> taskQueue,
com.atlassian.bonnie.ILuceneConnection luceneConnection,
org.hibernate.SessionFactory sessionFactory,
IndexTaskPerformer indexTaskPerformer,
com.atlassian.event.api.EventPublisher eventPublisher,
FullReindexManager fullReindexManager,
SearchIndex targetIndex,
HibernateSessionManager sessionManager,
JournalService journalService) |
Modifier and Type | Class and Description |
---|---|
class |
JournalIndexTaskQueue
A queue of
ConfluenceIndexTask s. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractJournalIndexTaskQueue<T extends IndexTask>
Abstract base class for
IndexTaskQueue implementations that are backed by the journal. |
class |
InMemoryIndexTaskQueue<T extends IndexTask>
An in memory implementation of the Index Task Queue.
|
Copyright © 2003–2023 Atlassian. All rights reserved.