Uses of Interface
com.atlassian.confluence.search.ConfluenceIndexTask
-
-
Uses of ConfluenceIndexTask in com.atlassian.confluence.impl.search
Methods in com.atlassian.confluence.impl.search that return types with arguments of type ConfluenceIndexTask Modifier and Type Method Description IndexTaskQueue<ConfluenceIndexTask>CompositeIndexManager. getTaskQueue()Deprecated.since 7.9.0.Methods in com.atlassian.confluence.impl.search with parameters of type ConfluenceIndexTask Modifier and Type Method Description voidCompositeIndexManager. addTask(ConfluenceIndexTask task)Constructor parameters in com.atlassian.confluence.impl.search with type arguments of type ConfluenceIndexTask Constructor Description CompositeIndexManager(List<IncrementalIndexManager> incrementalManagers, IndexTaskQueue<ConfluenceIndexTask> compositeTaskQueue, FullReindexManager fullReindexManager) -
Uses of ConfluenceIndexTask in com.atlassian.confluence.impl.search.queue
Methods in com.atlassian.confluence.impl.search.queue that return ConfluenceIndexTask Modifier and Type Method Description protected ConfluenceIndexTaskChangeIndexTaskQueue. toTask(JournalEntry entry)protected ConfluenceIndexTaskContentIndexTaskQueue. toTask(JournalEntry entry) -
Uses of ConfluenceIndexTask in com.atlassian.confluence.impl.upgrade.upgradetask
Method parameters in com.atlassian.confluence.impl.upgrade.upgradetask with type arguments of type ConfluenceIndexTask Modifier and Type Method Description protected voidSplitJournalUpgradeTask. createChangeTasks(JournalEntryType journalEntryType, Function<JournalEntry,ConfluenceIndexTask> changeTaskCreator)Create tasks to be written to the change index for all tasks that were previously writing both change and content documents -
Uses of ConfluenceIndexTask in com.atlassian.confluence.internal.search
Methods in com.atlassian.confluence.internal.search with parameters of type ConfluenceIndexTask Modifier and Type Method Description voidIncrementalIndexManager. addTask(ConfluenceIndexTask task)Adds a new task to the index queuevoidLuceneIncrementalIndexManager. addTask(ConfluenceIndexTask task)Constructor parameters in com.atlassian.confluence.internal.search with type arguments of type ConfluenceIndexTask Constructor Description LuceneIncrementalIndexManager(IndexLockService lockService, IndexTaskQueue<ConfluenceIndexTask> taskQueue, SearchIndexAccessor searchIndexAccessor, com.atlassian.event.api.EventPublisher eventPublisher, FullReindexManager fullReindexManager, SearchIndex targetIndex, org.hibernate.SessionFactory sessionFactory, HibernateSessionManager5 sessionManager, JournalService journalService, Supplier<ReIndexJobManager> reIndexJobManagerSupplier, SearchPlatformConfig searchPlatformConfig) -
Uses of ConfluenceIndexTask in com.atlassian.confluence.internal.search.queue
Methods in com.atlassian.confluence.internal.search.queue with parameters of type ConfluenceIndexTask Modifier and Type Method Description protected Optional<JournalEntry>JournalIndexTaskQueue. toEntry(ConfluenceIndexTask task)Converts an ConfluenceIndexTask to a JournalEntry. -
Uses of ConfluenceIndexTask in com.atlassian.confluence.internal.search.tasks
Classes in com.atlassian.confluence.internal.search.tasks that implement ConfluenceIndexTask Modifier and Type Class Description classAddChangeDocumentIndexTaskResponsible for removing and adding a change document for versioned content to the change index.classAddDocumentIndexTaskAdds a searchable to the content index.classContentIndexTaskclassDeleteChangeDocumentsIndexTaskRemoves all change documents for a particular searchable.classDeleteDocumentIndexTaskIndex task that removes a searchable from the content index.classNoOpIndexTaskRepresents a no operation index task.classRebuildChangeDocumentsIndexTaskResponsible for rebuilding all change document(s) for a searchable (removing change documents for all versions of the searchable and then adding them back).classReindexAllBlogsChangeIndexTaskUpdate all blogs in the change indexclassReindexAllBlogsContentIndexTaskUpdate all blogs in the content indexclassReindexAllSpacesChangeIndexTaskUpdate all spaces in the change index.classReindexAllSpacesContentIndexTaskUpdate all spaces in the content index.classReindexAllUsersChangeIndexTaskUpdates all personal information and associated user entries in the change index.classReindexAllUsersContentIndexTaskUpdates all personal information and associated user entries in the content index.classReindexUsersInGroupChangeIndexTaskUpdates all personal information and associated user entries in the change index for a particular group.classReindexUsersInGroupContentIndexTaskUpdates all personal information and associated user entries in the content index for a particular group.classUnindexContentTypeChangeIndexTaskRemoves documents with the specified content type from the change indexclassUnindexContentTypeContentIndexTaskRemoves documents with the specified content type from the content indexclassUnIndexSpaceChangeIndexTaskTask to unindex a space in the change index.classUnIndexSpaceContentIndexTaskTask to unindex a space in the content index.classUpdateDocumentIndexTask -
Uses of ConfluenceIndexTask in com.atlassian.confluence.plugins.edgeindex
Subinterfaces of ConfluenceIndexTask in com.atlassian.confluence.plugins.edgeindex Modifier and Type Interface Description interfaceEdgeIndexTaskThis interface is the same as theConfluenceIndexTask. -
Uses of ConfluenceIndexTask in com.atlassian.confluence.plugins.edgeindex.tasks
Classes in com.atlassian.confluence.plugins.edgeindex.tasks that implement ConfluenceIndexTask Modifier and Type Class Description classAddEdgeDocumentIndexTaskclassDeleteEdgeDocumentIndexTaskclassDeleteEdgeTargetingDocumentIndexTaskclassDeleteEdgeTypeByUserDocumentIndexTaskclassRebuildIndexTaskTask to rebuild the edge indexclassReIndexPermissionsIndexTask -
Uses of ConfluenceIndexTask in com.atlassian.confluence.search
Methods in com.atlassian.confluence.search that return ConfluenceIndexTask Modifier and Type Method Description ConfluenceIndexTaskIndexTaskFactory. createAddChangeDocumentTask(Searchable searchable)ConfluenceIndexTaskIndexTaskFactory. createAddDocumentTask(Searchable searchable)ConfluenceIndexTaskIndexTaskFactory. createDeleteChangeDocumentsIndexTask(Searchable searchable)ConfluenceIndexTaskIndexTaskFactory. createDeleteChangeDocumentsIndexTask(String handle)ConfluenceIndexTaskIndexTaskFactory. createDeleteDocumentTask(Searchable searchable)ConfluenceIndexTaskIndexTaskFactory. createDeleteDocumentTask(String handle)ConfluenceIndexTaskIndexTaskFactory. createRebuildChangeDocumentsIndexTask(Searchable searchable)ConfluenceIndexTaskIndexTaskFactory. createUpdateDocumentTask(Searchable searchable)ConfluenceIndexTaskIndexTaskFactory. createUpdateDocumentTask(Searchable searchable, boolean includeDependents)Methods in com.atlassian.confluence.search with parameters of type ConfluenceIndexTask Modifier and Type Method Description voidIndexManager. addTask(ConfluenceIndexTask task)Adds a new task to the index queue
-