Class StatisticsCollectorFactory
- java.lang.Object
 - 
- com.atlassian.confluence.impl.backuprestore.statistics.StatisticsCollectorFactory
 
 
- 
public class StatisticsCollectorFactory extends Object
Allows to create statistic collector factory.- Since:
 - 8.3.0
 
 
- 
- 
Constructor Summary
Constructors Constructor Description StatisticsCollectorFactory() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StatisticsCollectorcreateStatisticsCollector(long jobId, JobScope jobScope, JobOperation jobOperation, com.atlassian.event.api.EventPublisher eventPublisher, BackupRestoreJobDao backupRestoreJobDao, ParallelTasksExecutor parallelTasksExecutor) 
 - 
 
- 
- 
Method Detail
- 
createStatisticsCollector
public StatisticsCollector createStatisticsCollector(long jobId, JobScope jobScope, JobOperation jobOperation, com.atlassian.event.api.EventPublisher eventPublisher, BackupRestoreJobDao backupRestoreJobDao, ParallelTasksExecutor parallelTasksExecutor)
 
 - 
 
 -