Uses of Interface
com.atlassian.confluence.internal.search.IncrementalIndexManager
Packages that use IncrementalIndexManager
Package
Description
-
Uses of IncrementalIndexManager in com.atlassian.confluence.impl.admin.actions
Fields in com.atlassian.confluence.impl.admin.actions declared as IncrementalIndexManagerModifier and TypeFieldDescriptionprotected IncrementalIndexManager
AbstractViewIndexQueueAction.indexManager
Methods in com.atlassian.confluence.impl.admin.actions with parameters of type IncrementalIndexManagerModifier and TypeMethodDescriptionvoid
ViewChangeIndexQueueAction.setLuceneChangeIndexManager
(IncrementalIndexManager luceneChangeIndexManager) Autowired by springvoid
ViewContentIndexQueueAction.setLuceneContentIndexManager
(IncrementalIndexManager luceneContentIndexManager) Autowired by spring -
Uses of IncrementalIndexManager in com.atlassian.confluence.impl.search
Constructors in com.atlassian.confluence.impl.search with parameters of type IncrementalIndexManagerModifierConstructorDescriptionIndexFlushScheduler
(com.atlassian.scheduler.SchedulerService schedulerService, String jobRunnerKeyAndId, com.atlassian.scheduler.config.RunMode runMode, long journalIgnoreWithinMillis, IncrementalIndexManager indexManager, FullReindexManager fullReindexManager) IndexFlushScheduler
(com.atlassian.scheduler.SchedulerService schedulerService, String jobRunnerKeyAndId, com.atlassian.scheduler.config.RunMode runMode, long journalIgnoreWithinMillis, IncrementalIndexManager indexManager, FullReindexManager fullReindexManager, BooleanSupplier indexFlushEnabledSupplier) JobRunnerKey and JobId use same value.Constructor parameters in com.atlassian.confluence.impl.search with type arguments of type IncrementalIndexManagerModifierConstructorDescriptionCompositeIndexManager
(List<IncrementalIndexManager> incrementalManagers, IndexTaskQueue<ConfluenceIndexTask> compositeTaskQueue, FullReindexManager fullReindexManager) -
Uses of IncrementalIndexManager in com.atlassian.confluence.impl.search.actions
Fields in com.atlassian.confluence.impl.search.actions declared as IncrementalIndexManagerModifier and TypeFieldDescriptionprotected IncrementalIndexManager
AbstractFlushIndexQueueAction.indexManager
Methods in com.atlassian.confluence.impl.search.actions with parameters of type IncrementalIndexManagerModifier and TypeMethodDescriptionvoid
FlushChangeIndexQueueAction.setLuceneChangeIndexManager
(IncrementalIndexManager luceneChangeIndexManager) Autowired by springvoid
FlushContentIndexQueueAction.setLuceneContentIndexManager
(IncrementalIndexManager luceneContentIndexManager) Autowired by spring -
Uses of IncrementalIndexManager in com.atlassian.confluence.internal.search
Classes in com.atlassian.confluence.internal.search that implement IncrementalIndexManagerModifier and TypeClassDescriptionclass
Entry point to the majority of the Lucene indexing subsystem.