Uses of Interface
com.atlassian.confluence.internal.search.IncrementalIndexManager
-
-
Uses of IncrementalIndexManager in com.atlassian.confluence.impl.admin.actions
Fields in com.atlassian.confluence.impl.admin.actions declared as IncrementalIndexManager Modifier and Type Field Description protected IncrementalIndexManager
AbstractViewIndexQueueAction. indexManager
Methods in com.atlassian.confluence.impl.admin.actions with parameters of type IncrementalIndexManager Modifier and Type Method Description void
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 IncrementalIndexManager Constructor Description IndexFlushScheduler(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 IncrementalIndexManager Constructor Description CompositeIndexManager(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 IncrementalIndexManager Modifier and Type Field Description protected IncrementalIndexManager
AbstractFlushIndexQueueAction. indexManager
Methods in com.atlassian.confluence.impl.search.actions with parameters of type IncrementalIndexManager Modifier and Type Method Description void
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 IncrementalIndexManager Modifier and Type Class Description class
LuceneIncrementalIndexManager
Entry point to the majority of the Lucene indexing subsystem.
-