Uses of Class
com.atlassian.confluence.impl.backuprestore.ParallelTasksExecutor
Package
Description
-
Uses of ParallelTasksExecutor in com.atlassian.confluence.impl.backuprestore
Modifier and TypeMethodDescriptionParallelTasksExecutorFactory.create
(BackupRestoreJob job, int threadsNumber) -
Uses of ParallelTasksExecutor in com.atlassian.confluence.impl.backuprestore.backup
Modifier and TypeMethodDescriptionprotected abstract JobStatisticsInfo
AbstractBackupService.backupAllEntitiesAndAttachments
(BackupRestoreJob job, BackupRestoreSettings settings, ParallelTasksExecutor parallelTasksExecutor, BackupContainerWriter containerWriter) protected JobStatisticsInfo
SiteBackupService.backupAllEntitiesAndAttachments
(BackupRestoreJob job, BackupRestoreSettings settings, ParallelTasksExecutor parallelTasksExecutor, BackupContainerWriter containerWriter) Backups all entities (including plugin data) and attachments.protected JobStatisticsInfo
SpaceBackupService.backupAllEntitiesAndAttachments
(BackupRestoreJob job, BackupRestoreSettings settings, ParallelTasksExecutor parallelTasksExecutor, BackupContainerWriter containerWriter) Backups all entities (including plugin data) and attachments.protected File
AbstractBackupService.performBackup
(BackupRestoreJob job, BackupRestoreSettings settings, ParallelTasksExecutor parallelTasksExecutor, BackupContainerWriter containerWriter) protected BackupRestoreJob
AbstractBackupService.postBackupJobUpdate
(String newFileName, BackupRestoreSettings settings, long jobId, ParallelTasksExecutor parallelTasksExecutor) -
Uses of ParallelTasksExecutor in com.atlassian.confluence.impl.backuprestore.backup.exporters
ModifierConstructorDescriptionDatabaseExporterHelper
(BackupContainerWriter containerWriter, HibernateMetadataHelper hibernateMetadataHelper, ParallelTasksExecutor parallelTasksExecutor, org.springframework.transaction.PlatformTransactionManager transactionManager, org.hibernate.SessionFactory sessionFactory, StatisticsCollector statisticsCollector) -
Uses of ParallelTasksExecutor in com.atlassian.confluence.impl.backuprestore.restore
Modifier and TypeMethodDescriptionImportedObjectsDispatcherFactory.createImportedObjectsDispatcher
(BackupRestoreJob job, JobSource jobSource, Optional<Set<String>> allowedLowerSpaceKeys, String filePath, ParallelTasksExecutor parallelTasksExecutor, HibernateMetadataHelper hibernateMetadataHelper, OnObjectsProcessingHandler onObjectsProcessingHandler, Boolean backupAttachments) -
Uses of ParallelTasksExecutor in com.atlassian.confluence.impl.backuprestore.restore.persisters
ModifierConstructorDescriptionObjectPersister
(ParallelTasksExecutor parallelTasksExecutor, List<Persister> persisters) ObjectPersister
(ParallelTasksExecutor parallelTasksExecutor, List<Persister> persisters, int batchSize) Provides an ability to change batch size for tests. -
Uses of ParallelTasksExecutor in com.atlassian.confluence.impl.backuprestore.restore.searchindexer
Modifier and TypeMethodDescriptionOnRestoreSearchIndexerFactory.createOnRestoreSearchIndexer
(JobScope jobScope, ParallelTasksExecutor parallelTasksExecutor) void
SearchIndexerAdapter.reindexObjectsAsync
(ParallelTasksExecutor parallelTasksExecutor, Collection<ImportedObjectV2> importedObjects) Generates records for journal (tasks for both main and change index).ModifierConstructorDescriptionOnRestoreSpaceSearchIndexer
(SearchIndexerAdapter searchIndexerAdapter, ImportedObjectsStashFactory importedObjectsStashFactory, ParallelTasksExecutor parallelTasksExecutor) -
Uses of ParallelTasksExecutor in com.atlassian.confluence.impl.backuprestore.statistics
Modifier and TypeMethodDescriptionStatisticsCollectorFactory.createStatisticsCollector
(long jobId, JobScope jobScope, JobOperation jobOperation, com.atlassian.event.api.EventPublisher eventPublisher, BackupRestoreJobDao backupRestoreJobDao, ParallelTasksExecutor parallelTasksExecutor) ModifierConstructorDescriptionStatisticsCollector
(long jobId, JobScope jobScope, JobOperation jobOperation, com.atlassian.event.api.EventPublisher eventPublisher, BackupRestoreJobDao backupRestoreJobDao, ParallelTasksExecutor parallelTasksExecutor)