| Constructor and Description |
|---|
MigrationProcessor(DarkFeaturesManager darkFeaturesManager,
com.atlassian.progress.ProgressAwareTaskService progressAwareTaskService,
IndexManager indexManager,
SontaransServiceClient client,
MigrationProgressMonitor migrationProgressMonitor,
UnicornToVertigoPreMigrationCheckService unicornToVertigoPreMigrationCheckService,
FeatureFlagServiceClient featureFlagServiceClient,
ESUpgradeManager esUpgradeManager) |
| 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) |
ImportTask(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,
DarkFeaturesManager darkFeaturesManager) |
| 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 |
|---|
SiteImportTaskRunnerImpl(org.springframework.beans.factory.config.AutowireCapableBeanFactory factory,
com.atlassian.event.api.EventPublisher eventPublisher,
IndexManager indexManager,
ImportExportManager importExportManager,
com.atlassian.sal.api.transaction.TransactionTemplate txTemplate,
ImportRecoveryManager recoveryManager,
CleanUpManager cleanUpManager,
com.atlassian.sal.api.message.I18nResolver i18nResolver,
MediaApiClientSupplier mediaApiClientSupplier,
MediaApiClientIdentitySupplier mediaApiClientIdentitySupplier,
SynchronyCredentialsPostImportTask synchronyCredentialsPostImportTask,
cloud.atlassian.provisioning.TenantedEventManager tenantedEventManager,
com.atlassian.progress.ProgressAwareTaskService progressAwareTaskService,
PermissionManager permissionManager,
com.atlassian.beehive.ClusterLockService clusterLockService,
FeatureFlagServiceClient featureFlagServiceClient,
BandanaManager bandanaManager,
TransactionalHostContextAccessor hostContextAccessor,
cloud.atlassian.logmon.datadog.publisher.DatadogPublisher datadogPublisher) |
| Constructor and Description |
|---|
SpaceImportTaskRunnerImpl(com.atlassian.applinks.api.ApplicationLinkService applicationLinkService,
com.atlassian.event.api.EventPublisher eventPublisher,
IndexManager indexManager,
ImportExportManager importExportManager,
MediaApiClientSupplier mediaApiClientSupplier,
com.atlassian.sal.api.message.I18nResolver i18nResolver,
MediaApiClientIdentitySupplier mediaApiClientIdentitySupplier,
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,
com.atlassian.progress.ProgressAwareTaskService progressAwareTaskService,
FeatureFlagServiceClient featureFlagServiceClient,
cloud.atlassian.logmon.datadog.publisher.DatadogPublisher datadogPublisher) |
Copyright © 2003–2017 Atlassian. All rights reserved.