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 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.statistics
Classes in com.atlassian.confluence.impl.backuprestore.statistics that implement JobStatisticsInfo Modifier and Type Class Description classStatisticsCollectorResponsible for collecting statistics about backup/restore jobs, plus updating the db records (without affecting the performance).
-