|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of BackupAgent in com.continuent.tungsten.replicator.backup |
|---|
| Classes in com.continuent.tungsten.replicator.backup that implement BackupAgent | |
|---|---|
class |
AbstractBackupAgent
This class defines a AbstractBackupAgent |
class |
DummyBackupAgent
Implements a dummy backup agent used for unit testing. |
| Constructors in com.continuent.tungsten.replicator.backup with parameters of type BackupAgent | |
|---|---|
BackupTask(com.continuent.tungsten.fsm.event.EventDispatcher dispatcher,
java.lang.String backupAgentName,
BackupAgent backupAgent,
StorageAgent storageAgent)
|
|
RestoreTask(java.net.URI uri,
com.continuent.tungsten.fsm.event.EventDispatcher dispatcher,
BackupAgent backupAgent,
StorageAgent storageAgent)
|
|
| Uses of BackupAgent in com.continuent.tungsten.replicator.backup.generic |
|---|
| Classes in com.continuent.tungsten.replicator.backup.generic that implement BackupAgent | |
|---|---|
class |
ScriptDumpAgent
Implements a backup agent that works by calling an external script. |
| Uses of BackupAgent in com.continuent.tungsten.replicator.backup.mysql |
|---|
| Classes in com.continuent.tungsten.replicator.backup.mysql that implement BackupAgent | |
|---|---|
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 BackupAgent in com.continuent.tungsten.replicator.backup.postgresql |
|---|
| Classes in com.continuent.tungsten.replicator.backup.postgresql that implement BackupAgent | |
|---|---|
class |
PostgreSqlDumpAgent
Implements a backup agent that works using pg_dump to dump data and pg_restore to restore. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||