| Package | Description |
|---|---|
| com.atlassian.confluence.search | |
| com.atlassian.confluence.search.lucene | |
| com.atlassian.confluence.search.lucene.queue | |
| com.atlassian.confluence.search.queue |
| Modifier and Type | Method and Description |
|---|---|
IndexTaskQueue |
IndexManager.getTaskQueue()
Retrieves the index task queue that is being used by this manager.
|
| 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 |
|---|---|
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
ConfluenceIndexTasks. |
| 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–2018 Atlassian. All rights reserved.