Uses of Interface
com.atlassian.confluence.internal.index.IndexLockService
Packages that use IndexLockService
Package
Description
-
Uses of IndexLockService in com.atlassian.confluence.internal.index.lucene
Classes in com.atlassian.confluence.internal.index.lucene that implement IndexLockServiceModifier and TypeClassDescriptionclass
The implementation ofIndexLockService
which initialises all lock in memory.Constructors in com.atlassian.confluence.internal.index.lucene with parameters of type IndexLockServiceModifierConstructorDescriptionLuceneFullReindexManager
(IndexLockService lockService, Reindexer reIndexer, SearchableDao searchableDao, Collection<SearchIndexAccessor> searchIndexAccessors, com.atlassian.sal.api.features.DarkFeatureManager darkFeatureManager, com.atlassian.event.api.EventPublisher eventPublisher) -
Uses of IndexLockService in com.atlassian.confluence.internal.search
Constructors in com.atlassian.confluence.internal.search with parameters of type IndexLockServiceModifierConstructorDescriptionLuceneIncrementalIndexManager
(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)