Constructor and Description |
---|
IndexFlushScheduler(com.atlassian.event.api.EventListenerRegistrar eventListenerRegistrar,
com.atlassian.scheduler.SchedulerService schedulerService,
String jobRunnerKeyAndId,
com.atlassian.scheduler.config.RunMode runMode,
long journalIgnoreWithinMillis,
IndexManager indexManager) |
IndexFlushScheduler(com.atlassian.event.api.EventListenerRegistrar eventListenerRegistrar,
com.atlassian.scheduler.SchedulerService schedulerService,
String jobRunnerKeyAndId,
com.atlassian.scheduler.config.RunMode runMode,
long journalIgnoreWithinMillis,
IndexManager indexManager,
BooleanSupplier indexFlushEnabledSupplier)
JobRunnerKey and JobId use same value.
|
Constructor and Description |
---|
ImportLongRunningTask(com.atlassian.event.api.EventPublisher eventPublisher,
IndexManager indexManager,
ImportExportManager importExportManager,
ImportContext context) |
Constructor and Description |
---|
IsSiteReindexingChecker(com.google.common.base.Supplier<IndexManager> indexManagerSupplier) |
Modifier and Type | Class and Description |
---|---|
class |
DelegatingIndexManager |
Constructor and Description |
---|
DelegatingIndexManager(ConfluenceIndexManager luceneIndexManager,
IndexManager esIndexManager,
DarkFeaturesManager darkFeaturesManager) |
Modifier and Type | Class and Description |
---|---|
class |
ESIndexManager
Entry point to the majority of the ElasticSearch indexing subsystem.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ConfluenceIndexManager
Deprecated.
since 5.10, use
IndexManager instead |
Modifier and Type | Class and Description |
---|---|
class |
LuceneIndexManager
Entry point to the majority of the Lucene indexing subsystem.
|
Copyright © 2003–2017 Atlassian. All rights reserved.