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
Methods in com.atlassian.confluence.impl.backuprestore.restore with parameters of type ParallelTasksExecutor Modifier and Type Method Description ImportedObjectsDispatcherImportedObjectsDispatcherFactory. createImportedObjectsDispatcher(BackupRestoreJob job, ParallelTasksExecutor parallelTasksExecutor, HibernateMetadataHelper hibernateMetadataHelper, BackupRestoreConsumer<Collection<ImportedObjectV2>> onObjectsPersistingHandler) -
Uses of ParallelTasksExecutor in com.atlassian.confluence.impl.backuprestore.restore.persisters
Constructors in com.atlassian.confluence.impl.backuprestore.restore.persisters with parameters of type ParallelTasksExecutor Constructor Description ObjectPersister(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 ParallelTasksExecutor Modifier and Type Method Description OnRestoreSearchIndexerOnRestoreSearchIndexerFactory. 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 ParallelTasksExecutor Constructor Description OnRestoreSpaceSearchIndexer(SearchIndexerAdapter searchIndexerAdapter, ImportedObjectsStashFactory importedObjectsStashFactory, ParallelTasksExecutor parallelTasksExecutor)
-