org.continuent.sequoia.controller.backup |
Set of classes to wrap calls and execution of Octopus to execute backup and recovery of databases.
|
Java Source File Name | Type | Comment |
Backuper.java | Interface | This interface defines a Backuper that is in charge of doing backup/restore
operations and manage dumps according to its own internal format. |
BackupManager.java | Class | This class defines a BackupManager that is responsible for registering
backupers and retrieving them as needed for backup/restore operations. |
DumpTransferInfo.java | Class | DumpTransferInfo is used to store the necessary information for the client
backuper to fetch a dump from server backuper. |