GPUdb C++ API
Version 7.1.10.0
|
A set of output parameters for const. More...
#include <gpudb/protocol/admin_backup_begin.h>
Public Member Functions | |
AdminBackupBeginResponse () | |
Constructs an AdminBackupBeginResponse object with default parameter values. More... | |
Public Attributes | |
std::map< std::string, std::string > | info |
A set of output parameters for const.
Prepares the system for a backup by closing all open file handles after allowing current active jobs to complete. When the database is in backup mode, queries that result in a disk write operation will be blocked until backup mode has been completed by using const.
Definition at line 99 of file admin_backup_begin.h.
|
inline |
Constructs an AdminBackupBeginResponse object with default parameter values.
Definition at line 106 of file admin_backup_begin.h.
std::map<std::string, std::string> gpudb::AdminBackupBeginResponse::info |
Definition at line 111 of file admin_backup_begin.h.