Modifier and Type | Field and Description |
---|---|
protected IncrementalIndexManager |
AbstractViewIndexQueueAction.indexManager |
Modifier and Type | Method and Description |
---|---|
void |
ViewChangeIndexQueueAction.setLuceneChangeIndexManager(IncrementalIndexManager luceneChangeIndexManager)
Autowired by spring
|
void |
ViewContentIndexQueueAction.setLuceneContentIndexManager(IncrementalIndexManager luceneContentIndexManager)
Autowired by spring
|
Constructor and 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 and Description |
---|
CompositeIndexManager(List<IncrementalIndexManager> incrementalManagers,
IndexTaskQueue<ConfluenceIndexTask> compositeTaskQueue,
FullReindexManager fullReindexManager) |
Modifier and Type | Field and Description |
---|---|
protected IncrementalIndexManager |
AbstractFlushIndexQueueAction.indexManager |
Modifier and Type | Method and Description |
---|---|
void |
FlushChangeIndexQueueAction.setLuceneChangeIndexManager(IncrementalIndexManager luceneChangeIndexManager)
Autowired by spring
|
void |
FlushContentIndexQueueAction.setLuceneContentIndexManager(IncrementalIndexManager luceneContentIndexManager)
Autowired by spring
|
Modifier and Type | Class and Description |
---|---|
class |
LuceneIncrementalIndexManager
Entry point to the majority of the Lucene indexing subsystem.
|
Copyright © 2003–2021 Atlassian. All rights reserved.