Modifier and Type | Class and Description |
---|---|
class |
AbstractViewIndexQueueAction<T extends IndexTask>
Base class for actions that view index queues
|
class |
ViewChangeIndexQueueAction<T extends IndexTask>
Action to support viewing the changes index queue
|
class |
ViewContentIndexQueueAction<T extends IndexTask>
Action to support viewing the content index queue
|
Modifier and Type | Class and Description |
---|---|
class |
CompositeIndexTaskQueue<T extends IndexTask>
Deprecated.
since 7.9 Use
IndexManager methods instead of calling corresponding methods on queue directly.
This class is deprecated because Confluence will no longer have only one index queue. |
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 change index.
|
class |
AddDocumentIndexTask
Adds a searchable to the content 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 content 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 |
ReindexAllBlogsChangeIndexTask
Update all blogs in the change index
|
class |
ReindexAllBlogsContentIndexTask
Update all blogs in the content index
|
class |
ReindexAllSpacesChangeIndexTask
Update all spaces in the change index.
|
class |
ReindexAllSpacesContentIndexTask
Update all spaces in the content index.
|
class |
ReindexAllUsersChangeIndexTask
Updates all personal information and associated user entries in the change index.
|
class |
ReindexAllUsersContentIndexTask
Updates all personal information and associated user entries in the content index.
|
class |
ReindexUsersInGroupChangeIndexTask
Updates all personal information and associated user entries in the change index for a particular group.
|
class |
ReindexUsersInGroupContentIndexTask
Updates all personal information and associated user entries in the content index for a particular group.
|
class |
UnindexContentTypeChangeIndexTask
Removes documents with the specified content type from the change index
|
class |
UnindexContentTypeContentIndexTask
Removes documents with the specified content type from the content index
|
class |
UnIndexSpaceChangeIndexTask
Task to unindex a space in the change index.
|
class |
UnIndexSpaceContentIndexTask
Task to unindex a space in the content index.
|
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.