◆ adminBackupEnd() [1/4]
| AdminBackupEndResponse gpudb::GPUdb::adminBackupEnd | ( | const AdminBackupEndRequest & | request_ | ) | const |
◆ adminBackupEnd() [2/4]
| AdminBackupEndResponse & gpudb::GPUdb::adminBackupEnd | ( | const AdminBackupEndRequest & | request_, |
| AdminBackupEndResponse & | response_ ) const |
Restores the system to normal operating mode after a backup has completed, allowing any queries that were blocked to complete.
Parameters
Returns
Response object containing the result of the operation (initially passed in by reference).
◆ adminBackupEnd() [3/4]
| AdminBackupEndResponse gpudb::GPUdb::adminBackupEnd | ( | const std::map< std::string, std::string > & | options | ) | const |
Restores the system to normal operating mode after a backup has completed, allowing any queries that were blocked to complete.
Parameters
| [in] | options | Optional parameters. The default value is an empty map. |
Returns
Response object containing the result of the operation.
◆ adminBackupEnd() [4/4]
| AdminBackupEndResponse & gpudb::GPUdb::adminBackupEnd | ( | const std::map< std::string, std::string > & | options, |
| AdminBackupEndResponse & | response_ ) const |
Restores the system to normal operating mode after a backup has completed, allowing any queries that were blocked to complete.
Parameters
| [in] | options | Optional parameters. The default value is an empty map. |
| [out] | response_ | Response object containing the results of the operation. |
Returns
Response object containing the result of the operation (initially passed in by reference).