|
GPUdb C++ API
Version 7.2.3.0
|
A set of parameters for GPUdb::adminShutdown. More...
#include <gpudb/protocol/admin_shutdown.h>
Public Member Functions | |
| AdminShutdownRequest () | |
| Constructs an AdminShutdownRequest object with default parameters. 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 |
| Reserved for future use. More... | |
| std::string | authorization |
| No longer used. More... | |
| std::map< std::string, std::string > | options |
| Optional parameters. More... | |
A set of parameters for GPUdb::adminShutdown.
Exits the database server application.
Definition at line 18 of file admin_shutdown.h.
|
inline |
Constructs an AdminShutdownRequest object with default parameters.
Definition at line 23 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. The default value is an empty map. |
Definition at line 41 of file admin_shutdown.h.
| std::string gpudb::AdminShutdownRequest::authorization |
| std::string gpudb::AdminShutdownRequest::exitType |
Reserved for future use.
User can pass an empty string.
Definition at line 51 of file admin_shutdown.h.
| std::map<std::string, std::string> gpudb::AdminShutdownRequest::options |
Optional parameters.
The default value is an empty map.
Definition at line 61 of file admin_shutdown.h.