Uses of Interface
com.atlassian.confluence.internal.search.IndexTaskFactoryInternal
Packages that use IndexTaskFactoryInternal
Package
Description
-
Uses of IndexTaskFactoryInternal in com.atlassian.confluence.impl.search
Methods in com.atlassian.confluence.impl.search with parameters of type IndexTaskFactoryInternalModifier and TypeMethodDescriptionvoidQueuingChangeIndexer.setIndexTaskFactory(IndexTaskFactoryInternal indexTaskFactory) -
Uses of IndexTaskFactoryInternal in com.atlassian.confluence.impl.search.queue
Constructors in com.atlassian.confluence.impl.search.queue with parameters of type IndexTaskFactoryInternalModifierConstructorDescriptionChangeIndexTaskQueue(JournalService journalService, IndexTaskFactoryInternal indexTaskFactory, AnyTypeDaoInternal anyTypeDao, IndexFlushRequester indexFlushRequester, JournalIdentifier journalIdentifier, PrefetchDocumentBuilder prefetchedDocumentBuilder) ContentIndexTaskQueue(JournalService journalService, IndexTaskFactoryInternal indexTaskFactory, AnyTypeDaoInternal anyTypeDao, IndexFlushRequester indexFlushRequester, JournalIdentifier journalIdentifier, PrefetchDocumentBuilder prefetchedDocumentBuilder) -
Uses of IndexTaskFactoryInternal in com.atlassian.confluence.internal.index
Constructors in com.atlassian.confluence.internal.index with parameters of type IndexTaskFactoryInternalModifierConstructorDescriptionDefaultChangeBatchIndexer(HibernateSessionManager5 hibernateSessionManager, IndexTaskFactoryInternal indexTaskFactory, ContentEntityObjectDaoInternal contentEntityObjectDao, AtlassianDocumentBuilder<Searchable> changeDocumentBuilder, com.atlassian.config.internal.ApplicationConfig applicationConfig, com.atlassian.confluence.internal.index.BulkFieldPrefetcher bulkFieldPrefetcher) -
Uses of IndexTaskFactoryInternal in com.atlassian.confluence.internal.search
Methods in com.atlassian.confluence.internal.search with parameters of type IndexTaskFactoryInternalModifier and TypeMethodDescriptionvoidQueuingConfluenceIndexer.setIndexTaskFactory(IndexTaskFactoryInternal indexTaskFactory) -
Uses of IndexTaskFactoryInternal in com.atlassian.confluence.internal.search.queue
Fields in com.atlassian.confluence.internal.search.queue declared as IndexTaskFactoryInternalModifier and TypeFieldDescriptionprotected final IndexTaskFactoryInternalJournalIndexTaskQueue.indexTaskFactoryConstructors in com.atlassian.confluence.internal.search.queue with parameters of type IndexTaskFactoryInternalModifierConstructorDescriptionJournalIndexTaskQueue(JournalService journalService, IndexTaskFactoryInternal indexTaskFactory, AnyTypeDaoInternal anyTypeDao, IndexFlushRequester indexFlushRequester, JournalIdentifier journalIdentifier) -
Uses of IndexTaskFactoryInternal in com.atlassian.confluence.internal.search.tasks
Classes in com.atlassian.confluence.internal.search.tasks that implement IndexTaskFactoryInternalModifier and TypeClassDescriptionclassCreates index tasks and provides conversion into queue entries for implementations of IndexTaskQueueFields in com.atlassian.confluence.internal.search.tasks declared as IndexTaskFactoryInternalModifier and TypeFieldDescriptionprotected final IndexTaskFactoryInternalUpdateDocumentIndexTask.indexTaskFactoryConstructors in com.atlassian.confluence.internal.search.tasks with parameters of type IndexTaskFactoryInternalModifierConstructorDescriptionContentIndexTask(List<ContentType> contentTypes, List<ContentStatus> contentStatuses, JournalEntryType journalEntryType, PageManagerInternal pageManagerInternal, BatchOperationManager batchOperationManager, IndexTaskFactoryInternal indexTaskFactory) RebuildChangeDocumentsIndexTask(Searchable searchable, ContentEntityObjectDaoInternal contentEntityObjectDao, IndexTaskFactoryInternal indexTaskFactory, HibernateSessionManager5 hibernateSessionManager, boolean skipDeletes) Constructs a rebuild change document index task.ReindexAllBlogsChangeIndexTask(IndexTaskFactoryInternal indexTaskFactory, SearchableResolver searchableResolver, BatchOperationManager batchOperationManager) ReindexAllBlogsContentIndexTask(IndexTaskFactoryInternal indexTaskFactory, SearchableResolver searchableResolver, BatchOperationManager batchOperationManager) ReindexAllSpacesChangeIndexTask(SpaceDao spaceDao, IndexTaskFactoryInternal indexTaskFactory) ReindexAllSpacesContentIndexTask(SpaceDao spaceDao, IndexTaskFactoryInternal indexTaskFactory) ReindexAllUsersChangeIndexTask(BatchOperationManager batchOperationManager, PersonalInformationDao personalInformationDao, IndexTaskFactoryInternal indexTaskFactory) ReindexAllUsersContentIndexTask(BatchOperationManager batchOperationManager, PersonalInformationDao personalInformationDao, IndexTaskFactoryInternal indexTaskFactory) ReindexUsersInGroupChangeIndexTask(BatchOperationManager batchOperationManager, PersonalInformationManager personalInformationManager, GroupResolver groupResolver, GroupMembershipAccessor groupMembershipAccessor, IndexTaskFactoryInternal indexTaskFactory, String groupName) ReindexUsersInGroupContentIndexTask(BatchOperationManager batchOperationManager, PersonalInformationManager personalInformationManager, GroupResolver groupResolver, GroupMembershipAccessor groupMembershipAccessor, IndexTaskFactoryInternal indexTaskFactory, String groupName) UpdateDocumentIndexTask(Searchable searchable, IndexTaskFactoryInternal indexTaskFactory) UpdateDocumentIndexTask(Searchable searchable, IndexTaskFactoryInternal indexTaskFactory, boolean includeDependents) UpdateDocumentIndexTask(Searchable searchable, IndexTaskFactoryInternal indexTaskFactory, boolean includeDependents, boolean skipDeletes) UpdatePrefetchDocumentIndexTask(Searchable searchable, SearchableResolver searchableResolver, IndexTaskFactoryInternal indexTaskFactory, PrefetchAtlassianDocumentRetriever prefetchAtlassianDocumentRetriever, boolean includeDependents, boolean skipDeletes)