Package | Description |
---|---|
com.gpudb | |
com.gpudb.protocol |
Modifier and Type | Method and Description |
---|---|
AlterBackupResponse |
GPUdb.alterBackup(AlterBackupRequest request)
Alters an existing database backup containing a current snapshot of
existing objects.
|
AlterBackupResponse |
GPUdb.alterBackup(String backupName,
String action,
String value,
String datasinkName,
Map<String,String> options)
Alters an existing database backup containing a current snapshot of
existing objects.
|
Modifier and Type | Method and Description |
---|---|
AlterBackupResponse |
AlterBackupResponse.setBackupId(long backupId)
Backup ID.
|
AlterBackupResponse |
AlterBackupResponse.setBackupName(String backupName)
Value of
backupName . |
AlterBackupResponse |
AlterBackupResponse.setInfo(Map<String,String> info)
Additional information.
|
AlterBackupResponse |
AlterBackupResponse.setTotalBytes(long totalBytes)
Total size of files affected by alter operation
|
AlterBackupResponse |
AlterBackupResponse.setTotalNumberOfRecords(long totalNumberOfRecords)
Total number of records affected alter operation
|
Copyright © 2025. All rights reserved.