GPUdb C++ API
Version 5.2.0.0
|
A set of input parameters for adminShutdown(const AdminShutdownRequest&) 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 adminShutdown(const AdminShutdownRequest&) const.
Exits the GPUdb 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. Default value is an empty std::map. |
Definition at line 44 of file admin_shutdown.h.
std::string gpudb::AdminShutdownRequest::authorization |
Definition at line 52 of file admin_shutdown.h.
std::string gpudb::AdminShutdownRequest::exitType |
Definition at line 51 of file admin_shutdown.h.
std::map<std::string, std::string> gpudb::AdminShutdownRequest::options |
Definition at line 53 of file admin_shutdown.h.