Class SpaceBackupService


  • public class SpaceBackupService
    extends AbstractBackupService
    Service responsible for space backup operations.
    Since:
    7.17.0
    • Field Detail

      • CONFLUENCE_FAST_XML_SPACE_BACKUP_DARK_FEATURE

        public static final String CONFLUENCE_FAST_XML_SPACE_BACKUP_DARK_FEATURE
        See Also:
        Constant Field Values
      • BACKUP_THREADS_NUMBER

        public static final int BACKUP_THREADS_NUMBER
    • Constructor Detail

      • SpaceBackupService

        public SpaceBackupService​(@NotNull
                                  @NotNull ImportExportManager importExportManager,
                                  @NotNull
                                  @NotNull SpaceDao spaceDao,
                                  @NotNull
                                  @NotNull org.hibernate.SessionFactory sessionFactory,
                                  @NotNull
                                  @NotNull com.atlassian.sal.api.features.DarkFeatureManager salDarkFeatureManager,
                                  @NotNull
                                  @NotNull org.springframework.transaction.PlatformTransactionManager platformTransactionManager,
                                  @NotNull
                                  @NotNull BackupContainerWriterFactory backupContainerWriterFactory,
                                  @NotNull
                                  @NotNull SpaceExportersFactory spaceExportersFactory,
                                  @NotNull
                                  @NotNull com.atlassian.event.api.EventPublisher eventPublisher)
        Since:
        7.20.0