Uses of Class
com.gpudb.protocol.CreateBackupResponse
-
Packages that use CreateBackupResponse Package Description com.gpudb com.gpudb.protocol -
-
Uses of CreateBackupResponse in com.gpudb
Methods in com.gpudb that return CreateBackupResponse 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.CreateBackupResponseGPUdb. createBackup(String backupName, String backupType, Map<String,String> backupObjectsMap, String datasinkName, Map<String,String> options) -
Uses of CreateBackupResponse in com.gpudb.protocol
Methods in com.gpudb.protocol that return CreateBackupResponse Modifier and Type Method Description CreateBackupResponseCreateBackupResponse. setBackupId(long backupId)ID of the snapshot created.CreateBackupResponseCreateBackupResponse. setBackupName(String backupName)Value ofbackupName.CreateBackupResponseCreateBackupResponse. setCopiedBytes(long copiedBytes)Total size of all files copied for this snapshot.CreateBackupResponseCreateBackupResponse. setCopiedFiles(long copiedFiles)Total number of files copied for this snapshot.CreateBackupResponseCreateBackupResponse. setCopiedRecords(long copiedRecords)Total number of records in all files copied for this snapshot.CreateBackupResponseCreateBackupResponse. setInfo(Map<String,String> info)Additional information.CreateBackupResponseCreateBackupResponse. setTotalNumberOfRecords(long totalNumberOfRecords)Total number of records that can be restored from this snapshot.
-