Uses of Class
com.gpudb.protocol.DropBackupResponse
-
Packages that use DropBackupResponse Package Description com.gpudb com.gpudb.protocol -
-
Uses of DropBackupResponse in com.gpudb
Methods in com.gpudb that return DropBackupResponse Modifier and Type Method Description DropBackupResponseGPUdb. dropBackup(DropBackupRequest request)Deletes one or more existing database backups and contained snapshots, accessible via the data sink specified bydatasinkName.DropBackupResponseGPUdb. dropBackup(String backupName, String datasinkName, Map<String,String> options) -
Uses of DropBackupResponse in com.gpudb.protocol
Methods in com.gpudb.protocol that return DropBackupResponse Modifier and Type Method Description DropBackupResponseDropBackupResponse. setBackupName(String backupName)Value ofbackupName.DropBackupResponseDropBackupResponse. setBackupNames(List<String> backupNames)Names of backups that were deleted.DropBackupResponseDropBackupResponse. setInfo(Map<String,String> info)Additional information.
-