A set of results returned by GPUdb::adminShutdown. More…
#include <gpudb/protocol/admin_shutdown.h>
Public Member Functions | |
| AdminShutdownResponse () | |
| Constructs an AdminShutdownResponse object with default parameters. | |
Public Attributes | |
| std::string | exitStatus |
| ‘OK’ upon (right before) successful exit. | |
| std::map< std::string, std::string > | info |
| Additional information. | |
Detailed Description
A set of results returned by GPUdb::adminShutdown.
Definition at line 120 of file admin_shutdown.h.
Constructor & Destructor Documentation
◆ AdminShutdownResponse()
| inline |
Constructs an AdminShutdownResponse object with default parameters.
Definition at line 125 of file admin_shutdown.h.
Member Data Documentation
◆ exitStatus
| std::string gpudb::AdminShutdownResponse::exitStatus |
’OK’ upon (right before) successful exit.
Definition at line 134 of file admin_shutdown.h.
◆ info
| std::map<std::string, std::string> gpudb::AdminShutdownResponse::info |
Additional information.
Definition at line 139 of file admin_shutdown.h.
The documentation for this struct was generated from the following file:
- gpudb/protocol/admin_shutdown.h