Skip to main content

◆ adminBackupEnd() [1/4]

AdminBackupEndResponse gpudb::GPUdb::adminBackupEnd (const AdminBackupEndRequest &request_) const

Restores the system to normal operating mode after a backup has completed, allowing any queries that were blocked to complete.

Parameters
[in]request_Request object containing the parameters for the operation.
Returns
Response object containing the result of the operation.

◆ 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
[in]request_Request object containing the parameters for the operation.
[out]response_Response object containing the results of the operation.
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]optionsOptional 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]optionsOptional 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).