Uses of Class
com.continuent.tungsten.replicator.backup.BackupSpecification

Packages that use BackupSpecification
com.continuent.tungsten.replicator.backup   
com.continuent.tungsten.replicator.backup.generic   
com.continuent.tungsten.replicator.backup.mysql   
com.continuent.tungsten.replicator.backup.postgresql   
 

Uses of BackupSpecification in com.continuent.tungsten.replicator.backup
 

Methods in com.continuent.tungsten.replicator.backup that return BackupSpecification
 BackupSpecification BackupAgent.backup()
          Back up the database.
abstract  BackupSpecification AbstractBackupAgent.backup()
          Back up the database.
 BackupSpecification DummyBackupAgent.backup()
           
 BackupSpecification FileSystemStorageAgent.retrieve(java.net.URI uri)
          Retrieves the backup corresponding to a particular URI.
 BackupSpecification StorageAgent.retrieve(java.net.URI uri)
          Retrieves the backup corresponding to a particular URI.
 

Methods in com.continuent.tungsten.replicator.backup with parameters of type BackupSpecification
 void BackupAgent.restore(BackupSpecification bspec)
          Restore the database from a backup.
 void AbstractBackupAgent.restore(BackupSpecification bspec)
          Restore the database from a backup.
 void DummyBackupAgent.restore(BackupSpecification spec)
           
 java.net.URI FileSystemStorageAgent.store(BackupSpecification backupSpec)
          Stores a backup described by a particular backup specification, returning the URL of the backup.
 java.net.URI StorageAgent.store(BackupSpecification specification)
          Stores a backup described by a particular backup specification, returning the URL of the backup.
 

Uses of BackupSpecification in com.continuent.tungsten.replicator.backup.generic
 

Methods in com.continuent.tungsten.replicator.backup.generic that return BackupSpecification
 BackupSpecification ScriptDumpAgent.backup()
          Run backup by invoking a script.
 

Uses of BackupSpecification in com.continuent.tungsten.replicator.backup.mysql
 

Methods in com.continuent.tungsten.replicator.backup.mysql that return BackupSpecification
 BackupSpecification MySqlDumpAgent.backup()
           
 BackupSpecification MySqlLvmDumpAgent.backup()
          Runs backup using LVM snapshot.
 

Uses of BackupSpecification in com.continuent.tungsten.replicator.backup.postgresql
 

Methods in com.continuent.tungsten.replicator.backup.postgresql that return BackupSpecification
 BackupSpecification PostgreSqlDumpAgent.backup()
          Back up the database.