Uses of Class
de.bytestore.hostinger.process.entity.Backup
Packages that use Backup
Package
Description
-
Uses of Backup in de.bytestore.hostinger.process.entity.hosting.process
Methods in de.bytestore.hostinger.process.entity.hosting.process that return BackupMethods in de.bytestore.hostinger.process.entity.hosting.process with parameters of type Backup -
Uses of Backup in de.bytestore.hostinger.process.extension.backup
Methods in de.bytestore.hostinger.process.extension.backup with parameters of type BackupModifier and TypeMethodDescriptionGenerates a backup configuration object that defines the available operations and capabilities for the provided Backup entity.voidCreates a new Backup entity or performs operations to initialize it.voidDeletes a specified Backup entity.byte[]Downloads the specified backup and returns its contents as a byte array.voidRestores a specific Backup entity.Retrieves statistical information about the specified Backup entity.Retrieves the status of the given backup operation. -
Uses of Backup in de.bytestore.hostinger.process.service
Methods in de.bytestore.hostinger.process.service with parameters of type BackupModifier and TypeMethodDescriptionRetrieves the backup configuration by delegating to the appropriate extension point associated with the specified Backup instance.voidInitiates the creation of a backup by delegating the operation to the corresponding extension point associated with the specified Backup instance.BackupService.getExtensionPoint(Backup backupIO) Retrieves the extension point for a given backup instance by iterating through available backup extension pointsvoidRestores a backup by delegating the operation to the appropriate extension point associated with the given backup instance.