Uses of Class
com.gpudb.protocol.ShowBackupResponse
-
Packages that use ShowBackupResponse Package Description com.gpudb com.gpudb.protocol -
-
Uses of ShowBackupResponse in com.gpudb
Methods in com.gpudb that return ShowBackupResponse Modifier and Type Method Description ShowBackupResponseGPUdb. showBackup(ShowBackupRequest request)Shows information about one or more backups accessible via the data source specified bydatasourceName.ShowBackupResponseGPUdb. showBackup(String backupName, String datasourceName, Map<String,String> options)Shows information about one or more backups accessible via the data source specified bydatasourceName. -
Uses of ShowBackupResponse in com.gpudb.protocol
Methods in com.gpudb.protocol that return ShowBackupResponse Modifier and Type Method Description ShowBackupResponseShowBackupResponse. setBackupContents(List<Map<String,String>> backupContents)WhenSHOW_CONTENTSisOBJECT_NAMES, the names of the backed-up objects as well as sizing detail of any backed-up tables; whenOBJECT_FILES, the names of the backed-up objects as well as sizing detail and associated data files of any backed-up tables.ShowBackupResponseShowBackupResponse. setBackupDescription(List<Map<String,String>> backupDescription)Details about the overall backup(s).ShowBackupResponseShowBackupResponse. setBackupIds(List<Map<String,String>> backupIds)Details about the individual snapshots contained within the backup(s).ShowBackupResponseShowBackupResponse. setBackupName(String backupName)Value ofbackupName.ShowBackupResponseShowBackupResponse. setDeletedBackupIds(List<Map<String,String>> deletedBackupIds)IDs of any snapshots that have been deleted from the containing backup(s).ShowBackupResponseShowBackupResponse. setInfo(Map<String,String> info)Additional information.
-