Uses of Interface
com.continuent.tungsten.replicator.backup.BackupLocator

Packages that use BackupLocator
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 BackupLocator in com.continuent.tungsten.replicator.backup
 

Classes in com.continuent.tungsten.replicator.backup that implement BackupLocator
 class FileBackupLocator
           
 

Methods in com.continuent.tungsten.replicator.backup that return types with arguments of type BackupLocator
 java.util.List<BackupLocator> BackupSpecification.getBackupLocators()
           
 

Methods in com.continuent.tungsten.replicator.backup with parameters of type BackupLocator
 void BackupSpecification.addBackupLocator(BackupLocator locator)
           
protected abstract  void AbstractBackupAgent.restoreOneLocator(BackupLocator locator)
          restoreOneLocator is used to restore a database using one locator.
 

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

Methods in com.continuent.tungsten.replicator.backup.generic with parameters of type BackupLocator
protected  void ScriptDumpAgent.restoreOneLocator(BackupLocator locator)
           
 

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

Methods in com.continuent.tungsten.replicator.backup.mysql with parameters of type BackupLocator
protected  void MySqlDumpAgent.restoreOneLocator(BackupLocator locator)
          restoreOneLocator is used to restore a database using one locator.
protected  void MySqlLvmDumpAgent.restoreOneLocator(BackupLocator locator)
           
 

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

Methods in com.continuent.tungsten.replicator.backup.postgresql with parameters of type BackupLocator
protected  void PostgreSqlDumpAgent.restoreOneLocator(BackupLocator locator)
          restoreOneLocator is used to restore a database using one locator.