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.exporters
Constructors 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.converters
Fields in com.atlassian.confluence.impl.backuprestore.backup.exporters.converters declared as StatisticsCollectorModifier and TypeFieldDescriptionprotected final StatisticsCollector
AbstractDatabaseDataConverter.statisticsCollector
Constructors 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.statistics
Methods 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)