Uses of Interface
com.atlassian.confluence.internal.search.IndexTaskFactoryInternal
-
-
Uses of IndexTaskFactoryInternal in com.atlassian.confluence.impl.search
Methods in com.atlassian.confluence.impl.search with parameters of type IndexTaskFactoryInternal Modifier and Type Method Description void
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 IndexTaskFactoryInternal Constructor Description ChangeIndexTaskQueue(JournalService journalService, IndexTaskFactoryInternal indexTaskFactory, AnyTypeDao anyTypeDao, IndexFlushRequester indexFlushRequester, JournalIdentifier journalIdentifier)
ContentIndexTaskQueue(JournalService journalService, IndexTaskFactoryInternal indexTaskFactory, AnyTypeDao anyTypeDao, IndexFlushRequester indexFlushRequester, JournalIdentifier journalIdentifier)
-
Uses of IndexTaskFactoryInternal in com.atlassian.confluence.impl.upgrade.upgradetask
-
Uses of IndexTaskFactoryInternal in com.atlassian.confluence.internal.index.lucene
Constructors in com.atlassian.confluence.internal.index.lucene with parameters of type IndexTaskFactoryInternal Constructor Description LuceneBatchIndexer(AnyTypeDao anyTypeDao, org.springframework.transaction.PlatformTransactionManager transactionManager, IndexTaskFactoryInternal indexTaskFactory, SearchIndexWriter contentWriter, SearchIndexWriter changeWriter, com.atlassian.confluence.internal.index.lucene.BulkFieldPrefetcher bulkFieldPrefetcher)
-
Uses of IndexTaskFactoryInternal in com.atlassian.confluence.internal.search
Methods in com.atlassian.confluence.internal.search with parameters of type IndexTaskFactoryInternal Modifier and Type Method Description void
QueuingConfluenceIndexer. setIndexTaskFactory(IndexTaskFactoryInternal indexTaskFactory)
-
Uses of IndexTaskFactoryInternal in com.atlassian.confluence.internal.search.queue
Fields in com.atlassian.confluence.internal.search.queue declared as IndexTaskFactoryInternal Modifier and Type Field Description protected IndexTaskFactoryInternal
JournalIndexTaskQueue. indexTaskFactory
Constructors in com.atlassian.confluence.internal.search.queue with parameters of type IndexTaskFactoryInternal Constructor Description JournalIndexTaskQueue(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 IndexTaskFactoryInternal Modifier and Type Class Description class
DefaultIndexTaskFactory
Creates index tasks and provides conversion into queue entries for implementations of IndexTaskQueue
-