Uses of Class
com.gpudb.protocol.ShowBackupRequest
-
Packages that use ShowBackupRequest Package Description com.gpudb com.gpudb.protocol -
-
Uses of ShowBackupRequest in com.gpudb
Methods in com.gpudb with parameters of type ShowBackupRequest Modifier and Type Method Description ShowBackupResponseGPUdb. showBackup(ShowBackupRequest request)Shows information about one or more backups accessible via the data source specified bydatasourceName. -
Uses of ShowBackupRequest in com.gpudb.protocol
Methods in com.gpudb.protocol that return ShowBackupRequest Modifier and Type Method Description ShowBackupRequestShowBackupRequest. setBackupName(String backupName)Name of the backup.ShowBackupRequestShowBackupRequest. setDatasourceName(String datasourceName)Data source through which the backup is accessible.ShowBackupRequestShowBackupRequest. setOptions(Map<String,String> options)Optional parameters.
-