A set of results returned by GPUdb::adminOffline. More…
#include <gpudb/protocol/admin_offline.h>
Public Member Functions | |
| AdminOfflineResponse () | |
| Constructs an AdminOfflineResponse object with default parameters. | |
Public Attributes | |
| bool | isOffline |
| Returns true if the system is offline, or false otherwise. | |
| std::map< std::string, std::string > | info |
| Additional information. | |
Detailed Description
A set of results returned by GPUdb::adminOffline.
Definition at line 139 of file admin_offline.h.
Constructor & Destructor Documentation
◆ AdminOfflineResponse()
| inline |
Constructs an AdminOfflineResponse object with default parameters.
Definition at line 144 of file admin_offline.h.
Member Data Documentation
◆ info
| std::map<std::string, std::string> gpudb::AdminOfflineResponse::info |
Additional information.
Definition at line 158 of file admin_offline.h.
◆ isOffline
| bool gpudb::AdminOfflineResponse::isOffline |
Returns true if the system is offline, or false otherwise.
Definition at line 153 of file admin_offline.h.
The documentation for this struct was generated from the following file:
- gpudb/protocol/admin_offline.h