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

Packages that use StorageSpecification
com.continuent.tungsten.replicator.backup   
 

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

Methods in com.continuent.tungsten.replicator.backup that return StorageSpecification
 StorageSpecification FileSystemStorageAgent.getSpecification(java.net.URI uri)
          Returns the storage specification of a particular backup or null if no such specification exists.
 StorageSpecification StorageAgent.getSpecification(java.net.URI uri)
          Returns the storage specification of a particular backup or null if no such specification exists.
 StorageSpecification[] FileSystemStorageAgent.list()
          Returns the storage specifications of all backups in storage ordered from oldest to most recent.
 StorageSpecification[] StorageAgent.list()
          Returns the storage specifications of all backups in storage ordered from oldest to most recent.
 

Methods in com.continuent.tungsten.replicator.backup with parameters of type StorageSpecification
 int StorageSpecification.compareTo(StorageSpecification o)