Uses of Class
com.atlassian.confluence.impl.backuprestore.statistics.StatisticsCollector
Packages that use StatisticsCollector
Package
Description
- 
Uses of StatisticsCollector in com.atlassian.confluence.impl.backuprestore.backup.exportersConstructors in com.atlassian.confluence.impl.backuprestore.backup.exporters with parameters of type StatisticsCollectorModifierConstructorDescriptionDatabaseExporterHelper(BackupContainerWriter containerWriter, HibernateMetadataHelper hibernateMetadataHelper, ParallelTasksExecutor parallelTasksExecutor, org.springframework.transaction.PlatformTransactionManager transactionManager, org.hibernate.SessionFactory sessionFactory, StatisticsCollector statisticsCollector) ExporterFactory(DatabaseExporterHelper databaseExporterHelper, StatisticsCollector statisticsCollector) 
- 
Uses of StatisticsCollector in com.atlassian.confluence.impl.backuprestore.backup.exporters.convertersFields in com.atlassian.confluence.impl.backuprestore.backup.exporters.converters declared as StatisticsCollectorModifier and TypeFieldDescriptionprotected final StatisticsCollectorAbstractDatabaseDataConverter.statisticsCollectorConstructors in com.atlassian.confluence.impl.backuprestore.backup.exporters.converters with parameters of type StatisticsCollectorModifierConstructorDescriptionAbstractDatabaseDataConverter(ExportableEntityInfo entityInfo, HibernateMetadataHelper hibernateMetadataHelper, StatisticsCollector statisticsCollector) AbstractDatabaseDataConverter(Collection<ExportableEntityInfo> entityInfos, HibernateMetadataHelper hibernateMetadataHelper, StatisticsCollector statisticsCollector) CommonDatabaseDataConverter(ExportableEntityInfo entityInfo, HibernateMetadataHelper hibernateMetadataHelper, StatisticsCollector statisticsCollector) Content2ContentRelationEntityDataConverter(ExportableEntityInfo entityInfo, HibernateMetadataHelper hibernateMetadataHelper, StatisticsCollector statisticsCollector) ContentEntityDatabaseDataConverter(Collection<ExportableEntityInfo> entityInfos, HibernateMetadataHelper hibernateMetadataHelper, StatisticsCollector statisticsCollector) UserMappingDatabaseDataConverter(Collection<ExportableEntityInfo> entityInfos, HibernateMetadataHelper hibernateMetadataHelper, StatisticsCollector statisticsCollector) 
- 
Uses of StatisticsCollector in com.atlassian.confluence.impl.backuprestore.statisticsMethods in com.atlassian.confluence.impl.backuprestore.statistics that return StatisticsCollectorModifier and TypeMethodDescriptionStatisticsCollectorFactory.createStatisticsCollector(long jobId, JobScope jobScope, JobOperation jobOperation, com.atlassian.event.api.EventPublisher eventPublisher, BackupRestoreJobDao backupRestoreJobDao, ParallelTasksExecutor parallelTasksExecutor)