Uses of Class
com.atlassian.confluence.impl.backuprestore.ParallelTasksExecutor
-
-
Uses of ParallelTasksExecutor in com.atlassian.confluence.impl.backuprestore
Methods in com.atlassian.confluence.impl.backuprestore that return ParallelTasksExecutor Modifier and Type Method Description static ParallelTasksExecutorParallelTasksExecutor. create(int threadsNumber, String threadNamePrefix)static ParallelTasksExecutorParallelTasksExecutor. create(BackupRestoreJob job, int threadsNumber) -
Uses of ParallelTasksExecutor in com.atlassian.confluence.impl.backuprestore.backup.exporters
Methods in com.atlassian.confluence.impl.backuprestore.backup.exporters that return ParallelTasksExecutor Modifier and Type Method Description ParallelTasksExecutorDatabaseExporterHelper. getParallelTasksExecutor()Constructors in com.atlassian.confluence.impl.backuprestore.backup.exporters with parameters of type ParallelTasksExecutor Constructor Description DatabaseExporterHelper(BackupContainerWriter containerWriter, HibernateMetadataHelper hibernateMetadataHelper, ParallelTasksExecutor parallelTasksExecutor, org.springframework.transaction.PlatformTransactionManager transactionManager, org.hibernate.SessionFactory sessionFactory) -
Uses of ParallelTasksExecutor in com.atlassian.confluence.impl.backuprestore.restore.dao
Constructors in com.atlassian.confluence.impl.backuprestore.restore.dao with parameters of type ParallelTasksExecutor Constructor Description DatabasePersister(ParallelTasksExecutor parallelTasksExecutor, RestoreDao restoreDao, IdMapper idMapper, EntityInfoSqlHelper entityInfoSqlHelper)DatabasePersister(ParallelTasksExecutor parallelTasksExecutor, RestoreDao restoreDao, IdMapper idMapper, EntityInfoSqlHelper entityInfoSqlHelper, int batchSize)Provides an ability to change batch size for tests.
-