Modifier and Type | Interface and Description |
---|---|
interface |
EdgeIndexTask |
Modifier and Type | Class and Description |
---|---|
class |
AddEdgeDocumentIndexTask |
class |
DeleteEdgeDocumentIndexTask |
class |
DeleteEdgeTargetingDocumentIndexTask |
class |
DeleteEdgeTypeByUserDocumentIndexTask |
class |
ReIndexPermissionsIndexTask |
Modifier and Type | Interface and Description |
---|---|
interface |
ESTask
A task that performs updates to elasticsearch.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractESDeleteByQueryTask
Removes all documents satisfied a given query.
|
class |
AbstractESTask
Abstract base class for ES tasks.
|
class |
ESDeleteAllChangesTask
Removes all change documents of a content object.
|
class |
ESDeleteSpaceTask
Remove all space objects.
|
class |
ESDeleteTask
Index task that deletes a searchable from elasticsearch.
|
class |
ESIndexAllChangesTask
Update all change documents of a single content object
|
class |
ESIndexAllUsersTask
Index all personal info having associated user
|
class |
ESIndexChangeTask
Index task that indexes a version of a searchable as change to elasticsearch.
|
class |
ESIndexTask
Index task that indexes a version of a searchable to elasticsearch.
|
class |
ESIndexUsersInGroupTask
Index task that indexes personal info of all users in a group.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IndexTaskQueue<T extends IndexTask>
Confluence queues all of its index requests and then executes them in bulk.
|
Modifier and Type | Class and Description |
---|---|
class |
InMemoryIndexTaskQueue<T extends IndexTask>
An in memory implementation of the Index Task Queue.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ConfluenceIndexTask
An index task that will perform writing to the index.
|
Modifier and Type | Class and Description |
---|---|
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
Deprecated.
since 5.9. This class is not used.
|
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 |
ReindexAllUsersIndexTask
Updates all personal information and associated user entries in the index.
|
class |
ReindexUsersInGroupIndexTask
Updates all personal information and associated user entries in the index for a particular group.
|
class |
UnIndexSpaceIndexTask
Task to unindex a space.
|
class |
UpdateDocumentIndexTask |
Modifier and Type | Class and Description |
---|---|
class |
AbstractJournalIndexTaskQueue<T extends IndexTask>
Abstract base class for
IndexTaskQueue implementations that are backed by the journal. |
Copyright © 2003–2016 Atlassian. All rights reserved.