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.backup
Methods in com.atlassian.confluence.impl.backuprestore.backup that return JobStatisticsInfoModifier and TypeMethodDescriptionprotected abstract JobStatisticsInfo
AbstractBackupService.backupAllEntitiesAndAttachments
(BackupRestoreJob job, BackupRestoreSettings settings, ParallelTasksExecutor parallelTasksExecutor, BackupContainerWriter containerWriter) protected JobStatisticsInfo
SiteBackupService.backupAllEntitiesAndAttachments
(BackupRestoreJob job, BackupRestoreSettings settings, ParallelTasksExecutor parallelTasksExecutor, BackupContainerWriter containerWriter) Backups all entities (including plugin data) and attachments.protected JobStatisticsInfo
SpaceBackupService.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.statistics
Classes in com.atlassian.confluence.impl.backuprestore.statistics that implement JobStatisticsInfoModifier and TypeClassDescriptionclass
Responsible for collecting statistics about backup/restore jobs, plus updating the db records (without affecting the performance).