Uses of Class
com.atlassian.confluence.impl.backuprestore.statistics.StatisticsCollector
-
-
Uses of StatisticsCollector in com.atlassian.confluence.impl.backuprestore.backup.exporters
Constructors in com.atlassian.confluence.impl.backuprestore.backup.exporters with parameters of type StatisticsCollector Constructor Description DatabaseExporterHelper(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 StatisticsCollector Modifier and Type Field Description protected StatisticsCollectorAbstractDatabaseDataConverter. statisticsCollector -
Uses of StatisticsCollector in com.atlassian.confluence.impl.backuprestore.restore.events
Methods in com.atlassian.confluence.impl.backuprestore.restore.events with parameters of type StatisticsCollector Modifier and Type Method Description voidOnRestoreEventsSender. sendFailureEvent(StatisticsCollector statisticsCollector, BackupRestoreJob job, String errorMessage)voidOnRestoreEventsSender. sendFinishEvents(StatisticsCollector statisticsCollector, BackupRestoreJob job, BackupRestoreSettings settings, Collection<String> spaceKeys, Properties properties)
-