Uses of Interface
com.atlassian.confluence.impl.backuprestore.statistics.JobStatisticsInfo
Packages that use JobStatisticsInfo
Package
Description
- 
Uses of JobStatisticsInfo in com.atlassian.confluence.impl.backuprestore.backupMethods in com.atlassian.confluence.impl.backuprestore.backup that return JobStatisticsInfoModifier and TypeMethodDescriptionprotected abstract JobStatisticsInfoAbstractBackupService.backupAllEntitiesAndAttachments(BackupRestoreJob job, BackupRestoreSettings settings, ParallelTasksExecutor parallelTasksExecutor, BackupContainerWriter containerWriter) protected JobStatisticsInfoSiteBackupService.backupAllEntitiesAndAttachments(BackupRestoreJob job, BackupRestoreSettings settings, ParallelTasksExecutor parallelTasksExecutor, BackupContainerWriter containerWriter) Backups all entities (including plugin data) and attachments.protected JobStatisticsInfoSpaceBackupService.backupAllEntitiesAndAttachments(BackupRestoreJob job, BackupRestoreSettings settings, ParallelTasksExecutor parallelTasksExecutor, BackupContainerWriter containerWriter) Backups all entities (including plugin data) and attachments.
- 
Uses of JobStatisticsInfo in com.atlassian.confluence.impl.backuprestore.statisticsClasses in com.atlassian.confluence.impl.backuprestore.statistics that implement JobStatisticsInfoModifier and TypeClassDescriptionclassResponsible for collecting statistics about backup/restore jobs, plus updating the db records (without affecting the performance).