Modifier and Type | Method and Description |
---|---|
IndexTaskQueue |
IndexManager.getTaskQueue()
Retrieves the index task queue that is being used by this manager.
|
IndexTaskQueue |
DelegatingIndexManager.getTaskQueue() |
Modifier and Type | Method and Description |
---|---|
void |
QueuingChangeIndexer.setTaskQueue(IndexTaskQueue taskQueue) |
Modifier and Type | Class and Description |
---|---|
class |
ESJournalIndexTaskQueue
A queue of
ESTask s. |
Modifier and Type | Method and Description |
---|---|
IndexTaskQueue |
ESIndexManager.getTaskQueue() |
Constructor and Description |
---|
ESIndexManager(SearchableDao searchableDao,
IndexTaskQueue<ESTask> taskQueue,
ESIndexQueueFlusher esIndexQueueFlusher,
ReIndexer reIndexer,
Runnable unIndexer) |
ESIndexQueueFlusher(DarkFeaturesManager darkFeaturesManager,
IndexTaskQueue<ESTask> esIndexTaskQueue,
org.elasticsearch.client.Client client,
org.springframework.transaction.PlatformTransactionManager transactionManager) |
Modifier and Type | Interface and Description |
---|---|
interface |
IndexTaskQueue<T extends IndexTask>
Deprecated.
since 5.10, use
IndexTaskQueue instead |
Modifier and Type | Method and Description |
---|---|
IndexTaskQueue |
LuceneIndexManager.getTaskQueue()
Retrieve the index task queue that is being used by Confluence.
|
Modifier and Type | Method and Description |
---|---|
void |
QueuingConfluenceIndexer.setTaskQueue(IndexTaskQueue taskQueue) |
void |
LuceneIndexManager.setTaskQueue(IndexTaskQueue<ConfluenceIndexTask> taskQueue) |
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–2017 Atlassian. All rights reserved.