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

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

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

Subclasses of AbstractBackupAgent in com.continuent.tungsten.replicator.backup.generic
 class ScriptDumpAgent
          Implements a backup agent that works by calling an external script.
 

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

Subclasses of AbstractBackupAgent in com.continuent.tungsten.replicator.backup.mysql
 class MySqlDumpAgent
          Implements a backup agent that works using mysqldump to dump data and mysql to restore.
 class MySqlLvmDumpAgent
          Implements a backup agent that works using mysqldump to dump data and mysql to restore.
 

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

Subclasses of AbstractBackupAgent in com.continuent.tungsten.replicator.backup.postgresql
 class PostgreSqlDumpAgent
          Implements a backup agent that works using pg_dump to dump data and pg_restore to restore.