Uses of Interface
com.atlassian.confluence.internal.index.IndexLockService
-
Packages that use IndexLockService Package Description com.atlassian.confluence.internal.index.lucene com.atlassian.confluence.internal.search -
-
Uses of IndexLockService in com.atlassian.confluence.internal.index.lucene
Classes in com.atlassian.confluence.internal.index.lucene that implement IndexLockService Modifier and Type Class Description class
DefaultIndexLockService
The implementation ofIndexLockService
which initialises all lock in memory.Constructors in com.atlassian.confluence.internal.index.lucene with parameters of type IndexLockService Constructor Description LuceneFullReindexManager(IndexLockService lockService, ReIndexer reIndexer, SearchableDao searchableDao, Collection<SearchIndexAccessor> searchIndexAccessors, com.atlassian.sal.api.features.DarkFeatureManager darkFeatureManager)
-
Uses of IndexLockService in com.atlassian.confluence.internal.search
Constructors in com.atlassian.confluence.internal.search with parameters of type IndexLockService 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)
-