Uses of Interface
com.atlassian.confluence.search.IndexTask
-
-
Uses of IndexTask in com.atlassian.confluence.impl.admin.actions
Classes in com.atlassian.confluence.impl.admin.actions with type parameters of type IndexTask Modifier and Type Class Description class
AbstractViewIndexQueueAction<T extends IndexTask>
Base class for actions that view index queuesclass
ViewChangeIndexQueueAction<T extends IndexTask>
Action to support viewing the changes index queueclass
ViewContentIndexQueueAction<T extends IndexTask>
Action to support viewing the content index queue -
Uses of IndexTask in com.atlassian.confluence.impl.search.queue
Classes in com.atlassian.confluence.impl.search.queue with type parameters of type IndexTask Modifier and Type Class Description class
CompositeIndexTaskQueue<T extends IndexTask>
Deprecated.since 7.9 UseIndexManager
methods instead of calling corresponding methods on queue directly.class
InMemoryIndexTaskQueue<T extends IndexTask>
An in memory implementation of the Index Task Queue. -
Uses of IndexTask in com.atlassian.confluence.impl.upgrade.upgradetask
Constructor parameters in com.atlassian.confluence.impl.upgrade.upgradetask with type arguments of type IndexTask Constructor Description ReindexAllBlogsUpgradeTask(IndexTaskFactoryInternal indexTaskFactory, Map<SearchIndex,IndexTaskQueue<IndexTask>> taskQueueBySearchIndex)
UnindexContentTypeUpgradeTask(Map<SearchIndex,IndexTaskQueue<IndexTask>> taskQueueBySearchIndex, IndexTaskFactoryInternal indexTaskFactory, ContentTypeEnum contentTypeEnum)
UnindexContentTypeUpgradeTask(Map<SearchIndex,IndexTaskQueue<IndexTask>> taskQueueBySearchIndex, IndexTaskFactoryInternal indexTaskFactory, String contentTypeRepresentation)
-
Uses of IndexTask in com.atlassian.confluence.internal.search.queue
Classes in com.atlassian.confluence.internal.search.queue with type parameters of type IndexTask Modifier and Type Class Description class
AbstractJournalIndexTaskQueue<T extends IndexTask>
Abstract base class forIndexTaskQueue
implementations that are backed by the journal. -
Uses of IndexTask in com.atlassian.confluence.internal.search.tasks
Classes in com.atlassian.confluence.internal.search.tasks that implement IndexTask Modifier and Type Class 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
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 indexclass
ReindexAllBlogsContentIndexTask
Update all blogs in the content indexclass
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 indexclass
UnindexContentTypeContentIndexTask
Removes documents with the specified content type from the content indexclass
UnIndexSpaceChangeIndexTask
Task to unindex a space in the change index.class
UnIndexSpaceContentIndexTask
Task to unindex a space in the content index.class
UpdateDocumentIndexTask
-
Uses of IndexTask in com.atlassian.confluence.plugins.edgeindex
Subinterfaces of IndexTask in com.atlassian.confluence.plugins.edgeindex Modifier and Type Interface Description interface
EdgeIndexTask
This interface is the same as theConfluenceIndexTask
. -
Uses of IndexTask in com.atlassian.confluence.plugins.edgeindex.tasks
Classes in com.atlassian.confluence.plugins.edgeindex.tasks that implement IndexTask Modifier and Type Class Description class
AddEdgeDocumentIndexTask
class
DeleteEdgeDocumentIndexTask
class
DeleteEdgeTargetingDocumentIndexTask
class
DeleteEdgeTypeByUserDocumentIndexTask
class
ReIndexPermissionsIndexTask
-
Uses of IndexTask in com.atlassian.confluence.search
Classes in com.atlassian.confluence.search with type parameters of type IndexTask Modifier and Type Interface Description interface
IndexTaskQueue<T extends IndexTask>
Confluence queues all of its index requests and then executes them in bulk.Subinterfaces of IndexTask in com.atlassian.confluence.search Modifier and Type Interface Description interface
ConfluenceIndexTask
An index task that will perform writing to the index.
-