Uses of Class
com.atlassian.confluence.impl.backuprestore.ParallelTasksExecutor
Packages that use ParallelTasksExecutor
Package
Description
-
Uses of ParallelTasksExecutor in com.atlassian.confluence.impl.backuprestore
Methods in com.atlassian.confluence.impl.backuprestore that return ParallelTasksExecutorModifier and TypeMethodDescriptionParallelTasksExecutorFactory.create(BackupRestoreJob job, int threadsNumber) -
Uses of ParallelTasksExecutor in com.atlassian.confluence.impl.backuprestore.backup
Methods in com.atlassian.confluence.impl.backuprestore.backup with parameters of type ParallelTasksExecutorModifier and TypeMethodDescriptionprotected abstract JobStatisticsInfoAbstractBackupService.backupAllEntitiesAndAttachments(BackupRestoreJob job, BackupRestoreSettings settings, ParallelTasksExecutor parallelTasksExecutor, BackupContainerWriter containerWriter) protected JobStatisticsInfoSiteBackupService.backupAllEntitiesAndAttachments(BackupRestoreJob job, BackupRestoreSettings settings, ParallelTasksExecutor parallelTasksExecutor, BackupContainerWriter containerWriter) Backups all entities (including plugin data) and attachments.protected JobStatisticsInfoSpaceBackupService.backupAllEntitiesAndAttachments(BackupRestoreJob job, BackupRestoreSettings settings, ParallelTasksExecutor parallelTasksExecutor, BackupContainerWriter containerWriter) Backups all entities (including plugin data) and attachments.protected FileAbstractBackupService.performBackup(BackupRestoreJob job, BackupRestoreSettings settings, ParallelTasksExecutor parallelTasksExecutor, BackupContainerWriter containerWriter) protected BackupRestoreJobAbstractBackupService.postBackupJobUpdate(String newFileName, BackupRestoreSettings settings, long jobId, ParallelTasksExecutor parallelTasksExecutor) -
Uses of ParallelTasksExecutor in com.atlassian.confluence.impl.backuprestore.backup.exporters
Methods in com.atlassian.confluence.impl.backuprestore.backup.exporters that return ParallelTasksExecutorConstructors in com.atlassian.confluence.impl.backuprestore.backup.exporters with parameters of type ParallelTasksExecutorModifierConstructorDescriptionDatabaseExporterHelper(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
Methods in com.atlassian.confluence.impl.backuprestore.restore with parameters of type ParallelTasksExecutorModifier 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
Constructors in com.atlassian.confluence.impl.backuprestore.restore.persisters with parameters of type ParallelTasksExecutorModifierConstructorDescriptionObjectPersister(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
Methods in com.atlassian.confluence.impl.backuprestore.restore.searchindexer with parameters of type ParallelTasksExecutorModifier and TypeMethodDescriptionOnRestoreSearchIndexerFactory.createOnRestoreSearchIndexer(JobScope jobScope, ParallelTasksExecutor parallelTasksExecutor) voidSearchIndexerAdapter.reindexObjectsAsync(ParallelTasksExecutor parallelTasksExecutor, Collection<ImportedObjectV2> importedObjects) Generates records for journal (tasks for both main and change index).Constructors in com.atlassian.confluence.impl.backuprestore.restore.searchindexer with parameters of type ParallelTasksExecutorModifierConstructorDescriptionOnRestoreSpaceSearchIndexer(SearchIndexerAdapter searchIndexerAdapter, ImportedObjectsStashFactory importedObjectsStashFactory, ParallelTasksExecutor parallelTasksExecutor) -
Uses of ParallelTasksExecutor in com.atlassian.confluence.impl.backuprestore.statistics
Methods in com.atlassian.confluence.impl.backuprestore.statistics with parameters of type ParallelTasksExecutorModifier and TypeMethodDescriptionStatisticsCollectorFactory.createStatisticsCollector(long jobId, JobScope jobScope, JobOperation jobOperation, com.atlassian.event.api.EventPublisher eventPublisher, BackupRestoreJobDao backupRestoreJobDao, ParallelTasksExecutor parallelTasksExecutor) Constructors in com.atlassian.confluence.impl.backuprestore.statistics with parameters of type ParallelTasksExecutorModifierConstructorDescriptionStatisticsCollector(long jobId, JobScope jobScope, JobOperation jobOperation, com.atlassian.event.api.EventPublisher eventPublisher, BackupRestoreJobDao backupRestoreJobDao, ParallelTasksExecutor parallelTasksExecutor)