|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of IndexTask in com.atlassian.confluence.plugins.edgeindex.lucene.tasks |
|---|
| Subinterfaces of IndexTask in com.atlassian.confluence.plugins.edgeindex.lucene.tasks | |
|---|---|
interface |
EdgeIndexTask
|
| Classes in com.atlassian.confluence.plugins.edgeindex.lucene.tasks that implement IndexTask | |
|---|---|
class |
AddEdgeDocumentIndexTask
|
class |
DeleteEdgeDocumentIndexTask
|
class |
DeleteEdgeTargetingDocumentIndexTask
|
class |
DeleteEdgeTypeByUserDocumentIndexTask
|
class |
ReIndexPermissionsIndexTask
|
| Uses of IndexTask in com.atlassian.confluence.search.lucene |
|---|
| Methods in com.atlassian.confluence.search.lucene that return types with arguments of type IndexTask | |
|---|---|
java.util.List<IndexTask> |
IndexTaskQueue.flushQueue()
Deprecated. Since 5.6. Use IndexTaskQueue.flushQueue(com.atlassian.fugue.Effect, int) instead. |
java.util.List<IndexTask> |
IndexTaskQueue.flushQueue(int numberOfEntries)
Deprecated. Since 5.6. Use IndexTaskQueue.flushQueue(com.atlassian.fugue.Effect, int) instead. |
java.util.List<IndexTask> |
IndexTaskQueue.getQueuedEntries()
Retrieve a list of all of the queued entries. |
| Methods in com.atlassian.confluence.search.lucene with parameters of type IndexTask | |
|---|---|
void |
IndexTaskQueue.enqueue(IndexTask task)
Add a new task to this queue. |
| Method parameters in com.atlassian.confluence.search.lucene with type arguments of type IndexTask | |
|---|---|
void |
IndexTaskQueue.enqueueAll(java.util.Collection<IndexTask> tasks)
Add a collection of tasks to this queue. |
int |
IndexTaskQueue.flushQueue(com.atlassian.fugue.Effect<IndexTask> action)
Flush the contents of the queue, applying the given action to each flushed entry. |
int |
IndexTaskQueue.flushQueue(com.atlassian.fugue.Effect<IndexTask> action,
int numberOfEntries)
Flush the contents of the queue, applying the given action to each flushed entry. |
| Uses of IndexTask in com.atlassian.confluence.search.lucene.queue |
|---|
| Methods in com.atlassian.confluence.search.lucene.queue that return types with arguments of type IndexTask | |
|---|---|
java.util.List<IndexTask> |
JournalIndexTaskQueue.flushQueue()
Deprecated. |
java.util.List<IndexTask> |
InMemoryIndexTaskQueue.flushQueue()
|
java.util.List<IndexTask> |
JournalIndexTaskQueue.flushQueue(int numberOfEntries)
Deprecated. |
java.util.List<IndexTask> |
InMemoryIndexTaskQueue.flushQueue(int numberOfEntries)
Returns ALL entries in the queue. |
java.util.List<IndexTask> |
JournalIndexTaskQueue.getQueuedEntries()
|
java.util.List<IndexTask> |
InMemoryIndexTaskQueue.getQueuedEntries()
|
java.util.List<IndexTask> |
InMemoryIndexTaskQueue.getQueuedEntries(int size)
|
| Methods in com.atlassian.confluence.search.lucene.queue with parameters of type IndexTask | |
|---|---|
void |
JournalIndexTaskQueue.enqueue(IndexTask task)
|
void |
InMemoryIndexTaskQueue.enqueue(IndexTask task)
|
| Method parameters in com.atlassian.confluence.search.lucene.queue with type arguments of type IndexTask | |
|---|---|
void |
JournalIndexTaskQueue.enqueueAll(java.util.Collection<IndexTask> tasks)
|
void |
InMemoryIndexTaskQueue.enqueueAll(java.util.Collection<IndexTask> tasks)
|
int |
JournalIndexTaskQueue.flushQueue(com.atlassian.fugue.Effect<IndexTask> action)
|
int |
InMemoryIndexTaskQueue.flushQueue(com.atlassian.fugue.Effect<IndexTask> action)
|
int |
JournalIndexTaskQueue.flushQueue(com.atlassian.fugue.Effect<IndexTask> action,
int numberOfEntries)
|
int |
InMemoryIndexTaskQueue.flushQueue(com.atlassian.fugue.Effect<IndexTask> action,
int numberOfEntries)
|
| Uses of IndexTask in com.atlassian.confluence.search.lucene.tasks |
|---|
| Subinterfaces of IndexTask in com.atlassian.confluence.search.lucene.tasks | |
|---|---|
interface |
ConfluenceIndexTask
An index task that will perform writing to the index. |
| Classes in com.atlassian.confluence.search.lucene.tasks that implement IndexTask | |
|---|---|
class |
AddChangeDocumentIndexTask
Responsible for removing and adding a change document for versioned content to the index. |
class |
AddDocumentIndexTask
Adds a searchable to the index. |
class |
BulkWriteIndexTask
Performs a bulk write of the specified write tasks. |
class |
DeleteChangeDocumentsIndexTask
Removes all change documents for a particular searchable. |
class |
DeleteDocumentIndexTask
Index task that removes a searchable from the index. |
class |
NoOpIndexTask
Represents a no operation index task. |
class |
OptimizeIndexTask
Deprecated. since 5.2. Optimize index (i.e. force merging to 1 segment is no longer required) CONFDEV-16098 |
class |
RebuildChangeDocumentsIndexTask
Responsible for rebuilding all change document(s) for a searchable (removing change documents for all versions of the searchable and then adding them back). |
class |
UnIndexSpaceIndexTask
Task to unindex a space. |
class |
UpdateDocumentIndexTask
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||