GPUdb C++ API
Version 7.2.2.4
|
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. More... | |
ShowSystemStatusRequest (const std::map< std::string, std::string > &options_) | |
Constructs a ShowSystemStatusRequest object with the specified parameters. More... | |
Public Attributes | |
std::map< std::string, std::string > | options |
Optional parameters, currently unused. More... | |
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.
|
inline |
Constructs a ShowSystemStatusRequest object with default parameters.
Definition at line 25 of file show_system_status.h.
|
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.
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.