Uses of Class
com.gpudb.protocol.CreateBackupRequest
-
Packages that use CreateBackupRequest Package Description com.gpudb com.gpudb.protocol -
-
Uses of CreateBackupRequest in com.gpudb
Methods in com.gpudb with parameters of type CreateBackupRequest Modifier and Type Method Description CreateBackupResponseGPUdb. createBackup(CreateBackupRequest request)Creates a database backup, containing a snapshot of existing objects, at the remote file store accessible via the data sink specified bydatasinkName. -
Uses of CreateBackupRequest in com.gpudb.protocol
Methods in com.gpudb.protocol that return CreateBackupRequest Modifier and Type Method Description CreateBackupRequestCreateBackupRequest. setBackupName(String backupName)Name for this backup.CreateBackupRequestCreateBackupRequest. setBackupObjectsMap(Map<String,String> backupObjectsMap)Map of objects to be captured in the backup; must be specified when creating a full snapshot and left unspecified when creating an incremental or differential snapshot.CreateBackupRequestCreateBackupRequest. setBackupType(String backupType)Type of snapshot to create.CreateBackupRequestCreateBackupRequest. setDatasinkName(String datasinkName)Data sink through which the backup will be stored.CreateBackupRequestCreateBackupRequest. setOptions(Map<String,String> options)Optional parameters.
-