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 IncrementalIndexManagerAbstractViewIndexQueueAction. indexManagerMethods in com.atlassian.confluence.impl.admin.actions with parameters of type IncrementalIndexManager Modifier and Type Method Description voidViewChangeIndexQueueAction. setLuceneChangeIndexManager(IncrementalIndexManager luceneChangeIndexManager)Autowired by springvoidViewContentIndexQueueAction. 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 IncrementalIndexManagerAbstractFlushIndexQueueAction. indexManagerMethods in com.atlassian.confluence.impl.search.actions with parameters of type IncrementalIndexManager Modifier and Type Method Description voidFlushChangeIndexQueueAction. setLuceneChangeIndexManager(IncrementalIndexManager luceneChangeIndexManager)Autowired by springvoidFlushContentIndexQueueAction. 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 classLuceneIncrementalIndexManagerEntry point to the majority of the Lucene indexing subsystem.
-