Package | Description |
---|---|
com.gpudb | |
com.gpudb.protocol |
Modifier and Type | Method and Description |
---|---|
CreateBackupResponse |
GPUdb.createBackup(CreateBackupRequest request)
Creates a database backup containing a current snapshot of existing
objects.
|
CreateBackupResponse |
GPUdb.createBackup(String backupName,
String backupType,
Map<String,String> backupObjectsMap,
String datasinkName,
Map<String,String> options)
Creates a database backup containing a current snapshot of existing
objects.
|
Modifier and Type | Method and Description |
---|---|
CreateBackupResponse |
CreateBackupResponse.setBackupId(long backupId)
Backup ID.
|
CreateBackupResponse |
CreateBackupResponse.setBackupName(String backupName)
Value of
backupName . |
CreateBackupResponse |
CreateBackupResponse.setCopiedBytes(long copiedBytes)
Total size of all files copied for this snapshot
|
CreateBackupResponse |
CreateBackupResponse.setCopiedFiles(long copiedFiles)
Total number of files copied for this snapshot
|
CreateBackupResponse |
CreateBackupResponse.setCopiedRecords(long copiedRecords)
Total number of records in all files copied for this snapshot
|
CreateBackupResponse |
CreateBackupResponse.setInfo(Map<String,String> info)
Additional information.
|
CreateBackupResponse |
CreateBackupResponse.setTotalNumberOfRecords(long totalNumberOfRecords)
Total number of records that can be restored from this snapshot
|
Copyright © 2025. All rights reserved.