Uses of Class
com.gpudb.protocol.VerifyBackupResponse
-
Packages that use VerifyBackupResponse Package Description com.gpudb com.gpudb.protocol -
-
Uses of VerifyBackupResponse in com.gpudb
Methods in com.gpudb that return VerifyBackupResponse Modifier and Type Method Description VerifyBackupResponseGPUdb. verifyBackup(VerifyBackupRequest request)Inspects the requested database backup(s) for conformity at the remote file store accessible via the data source specified bydatasourceName.VerifyBackupResponseGPUdb. verifyBackup(String backupName, String datasourceName, Map<String,String> options)Inspects the requested database backup(s) for conformity at the remote file store accessible via the data source specified bydatasourceName. -
Uses of VerifyBackupResponse in com.gpudb.protocol
Methods in com.gpudb.protocol that return VerifyBackupResponse Modifier and Type Method Description VerifyBackupResponseVerifyBackupResponse. setBackupIds(List<List<Long>> backupIds)IDs of individual snapshots per backup name.VerifyBackupResponseVerifyBackupResponse. setBackupName(String backupName)Value ofbackupName.VerifyBackupResponseVerifyBackupResponse. setBackupNames(List<String> backupNames)Backup name(s).VerifyBackupResponseVerifyBackupResponse. setErrors(List<List<String>> errors)Any errors detected from the inspection of each backup.VerifyBackupResponseVerifyBackupResponse. setInfo(Map<String,String> info)Additional information.
-