A set of parameters for GPUdb::showSystemStatus. More…
#include <gpudb/protocol/show_system_status.h>
Public Member Functions | |
| ShowSystemStatusRequest () | |
| Constructs a ShowSystemStatusRequest object with default parameters. | |
| ShowSystemStatusRequest (const std::map< std::string, std::string > &options_) | |
| Constructs a ShowSystemStatusRequest object with the specified parameters. | |
Public Attributes | |
| std::map< std::string, std::string > | options |
| Optional parameters, currently unused. | |
Detailed Description
A set of parameters for GPUdb::showSystemStatus.
Provides server configuration and health related status to the caller. The admin tool uses it to present server related information to the user.
Definition at line 20 of file show_system_status.h.
Constructor & Destructor Documentation
◆ ShowSystemStatusRequest() [1/2]
| inline |
Constructs a ShowSystemStatusRequest object with default parameters.
Definition at line 25 of file show_system_status.h.
◆ ShowSystemStatusRequest() [2/2]
| inline |
Constructs a ShowSystemStatusRequest object with the specified parameters.
| [in] | options_ | Optional parameters, currently unused. The default value is an empty map. |
Definition at line 37 of file show_system_status.h.
Member Data Documentation
◆ options
| std::map<std::string, std::string> gpudb::ShowSystemStatusRequest::options |
Optional parameters, currently unused.
The default value is an empty map.
Definition at line 46 of file show_system_status.h.
The documentation for this struct was generated from the following file:
- gpudb/protocol/show_system_status.h