| Constructor and Description |
|---|
MigrationProcessor(DarkFeaturesManager darkFeaturesManager,
com.atlassian.progress.ProgressAwareTaskService progressAwareTaskService,
IndexManager indexManager,
SontaransServiceClient client,
MigrationProgressMonitor migrationProgressMonitor,
UnicornToVertigoPreMigrationCheckService unicornToVertigoPreMigrationCheckService,
FeatureFlagServiceClient featureFlagServiceClient) |
| 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) |
| Modifier and Type | Class and Description |
|---|---|
class |
DelegatingIndexManager |
| Constructor and Description |
|---|
DelegatingIndexManager(ConfluenceIndexManager luceneIndexManager,
IndexManager esIndexManager,
ESFeatureManager esFeatureManager) |
| Modifier and Type | Method and Description |
|---|---|
void |
SearchIndexesAction.setIndexManager(IndexManager indexManager) |
void |
ReindexTaskProgressAction.setIndexManager(IndexManager indexManager) |
| 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 6.0, use
IndexManager instead |
| Modifier and Type | Class and Description |
|---|---|
class |
LuceneIndexManager
Entry point to the majority of the Lucene indexing subsystem.
|
| Constructor and Description |
|---|
SpaceImportLongRunningTask(com.atlassian.event.api.EventPublisher eventPublisher,
IndexManager indexManager,
ImportExportManager importExportManager,
String filestoreId,
ConfluenceUser currentUser,
I18NBean i18NBean,
MediaApiClientSupplier mediaApiClientSupplier,
MediaApiClientIdentitySupplier mediaApiClientIdentitySupplier,
com.atlassian.studio.common.appstatus.AppLinksMaintainer appLinksMaintainer,
com.atlassian.studio.common.appstatus.AppStatusService appStatusService,
com.atlassian.applinks.spi.link.MutatingEntityLinkService mutatingEntityLinkService,
com.atlassian.applinks.spi.util.TypeAccessor typeAccessor,
com.atlassian.sal.api.ApplicationProperties applicationProperties,
SpaceManager spaceManager,
GroupMappingBuilder groupMappingBuilder,
String projectKey) |
Copyright © 2003–2016 Atlassian. All rights reserved.