Uses of Interface
com.atlassian.confluence.internal.index.IndexLockService
Packages that use IndexLockService
Package
Description
- 
Uses of IndexLockService in com.atlassian.confluence.internal.index.luceneClasses in com.atlassian.confluence.internal.index.lucene that implement IndexLockServiceModifier and TypeClassDescriptionclassThe implementation ofIndexLockServicewhich 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.searchConstructors 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)