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 |
IndexTaskQueue<T extends IndexTask>
Confluence queues all of its index requests and then executes them in bulk.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IndexTaskQueue<T extends IndexTask>
Deprecated.
since 5.10, use
IndexTaskQueue instead |
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 |
ContentIndexTask |
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 |
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 |
ReindexAllBlogsIndexTask
Update all blogs in the index
|
class |
ReindexAllSpacesIndexTask
Update all spaces in the index.
|
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 |
UnindexContentTypeIndexTask |
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. |
class |
InMemoryIndexTaskQueue<T extends IndexTask>
An in memory implementation of the Index Task Queue.
|
Copyright © 2003–2021 Atlassian. All rights reserved.