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 TypeMethodDescriptionvoid
QueuingChangeIndexer.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, AnyTypeDao anyTypeDao, IndexFlushRequester indexFlushRequester, JournalIdentifier journalIdentifier, PrefetchDocumentBuilder prefetchedDocumentBuilder) -
Uses of IndexTaskFactoryInternal in com.atlassian.confluence.impl.upgrade.upgradetask
Constructors in com.atlassian.confluence.impl.upgrade.upgradetask with parameters of type IndexTaskFactoryInternalModifierConstructorDescriptionSplitJournalUpgradeTask
(@NonNull DdlExecutor ddlExecutor, @NonNull JournalStateStore journalStateStore, @NonNull JournalIdentifier contentJournalIdentifier, @NonNull JournalIdentifier changeJournalIdentifier, @NonNull org.hibernate.SessionFactory sessionFactory, @NonNull IndexTaskFactoryInternal indexTaskFactory, @NonNull JournalIndexTaskQueue changeQueue) -
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 TypeMethodDescriptionvoid
QueuingConfluenceIndexer.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 IndexTaskFactoryInternal
JournalIndexTaskQueue.indexTaskFactory
Constructors in com.atlassian.confluence.internal.search.queue with parameters of type IndexTaskFactoryInternalModifierConstructorDescriptionJournalIndexTaskQueue
(JournalService journalService, IndexTaskFactoryInternal indexTaskFactory, AnyTypeDao 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 TypeClassDescriptionclass
Creates 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 IndexTaskFactoryInternal
UpdateDocumentIndexTask.indexTaskFactory
Constructors 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)