GPUdb C++ API
Version 7.0.19.0
|
A set of input parameters for const. More...
#include <gpudb/protocol/admin_shutdown.h>
Public Member Functions | |
AdminShutdownRequest () | |
Constructs an AdminShutdownRequest object with default parameter values. More... | |
AdminShutdownRequest (const std::string &exitType_, const std::string &authorization_, const std::map< std::string, std::string > &options_) | |
Constructs an AdminShutdownRequest object with the specified parameters. More... | |
Public Attributes | |
std::string | exitType |
std::string | authorization |
std::map< std::string, std::string > | options |
A set of input parameters for const.
Exits the database server application.
Definition at line 18 of file admin_shutdown.h.
|
inline |
Constructs an AdminShutdownRequest object with default parameter values.
Definition at line 25 of file admin_shutdown.h.
|
inline |
Constructs an AdminShutdownRequest object with the specified parameters.
[in] | exitType_ | Reserved for future use. User can pass an empty string. |
[in] | authorization_ | No longer used. User can pass an empty string. |
[in] | options_ | Optional parameters. |
Definition at line 43 of file admin_shutdown.h.
std::string gpudb::AdminShutdownRequest::authorization |
Definition at line 51 of file admin_shutdown.h.
std::string gpudb::AdminShutdownRequest::exitType |
Definition at line 50 of file admin_shutdown.h.
std::map<std::string, std::string> gpudb::AdminShutdownRequest::options |
Definition at line 52 of file admin_shutdown.h.