Uses of Interface
com.atlassian.confluence.impl.backuprestore.statistics.JobStatisticsInfo
-
Packages that use JobStatisticsInfo Package Description com.atlassian.confluence.impl.backuprestore.backup com.atlassian.confluence.impl.backuprestore.statistics -
-
Uses of JobStatisticsInfo in com.atlassian.confluence.impl.backuprestore.backup
Methods in com.atlassian.confluence.impl.backuprestore.backup that return JobStatisticsInfo Modifier and Type Method Description protected 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 JobStatisticsInfo Modifier and Type Class Description class
StatisticsCollector
Responsible for collecting statistics about backup/restore jobs, plus updating the db records (without affecting the performance).
-