GPUdb C++ API
Version 7.2.2.4
|
A set of parameters for GPUdb::adminBackupEnd. More...
#include <gpudb/protocol/admin_backup_end.h>
Public Member Functions | |
AdminBackupEndRequest () | |
Constructs an AdminBackupEndRequest object with default parameters. More... | |
AdminBackupEndRequest (const std::map< std::string, std::string > &options_) | |
Constructs an AdminBackupEndRequest object with the specified parameters. More... | |
Public Attributes | |
std::map< std::string, std::string > | options |
Optional parameters. More... | |
A set of parameters for GPUdb::adminBackupEnd.
Restores the system to normal operating mode after a backup has completed, allowing any queries that were blocked to complete.
Definition at line 19 of file admin_backup_end.h.
|
inline |
Constructs an AdminBackupEndRequest object with default parameters.
Definition at line 24 of file admin_backup_end.h.
|
inline |
Constructs an AdminBackupEndRequest object with the specified parameters.
[in] | options_ | Optional parameters. The default value is an empty map. |
Definition at line 36 of file admin_backup_end.h.
std::map<std::string, std::string> gpudb::AdminBackupEndRequest::options |
Optional parameters.
The default value is an empty map.
Definition at line 44 of file admin_backup_end.h.