GPUdb C++ API
Version 6.2.0.3
|
A set of input parameters for showSystemStatus(const ShowSystemStatusRequest&) const. More...
#include <gpudb/protocol/show_system_status.h>
Public Member Functions | |
ShowSystemStatusRequest () | |
Constructs a ShowSystemStatusRequest object with default parameter values. 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 |
A set of input parameters for showSystemStatus(const ShowSystemStatusRequest&) const.
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 parameter values.
Definition at line 27 of file show_system_status.h.
|
inline |
Constructs a ShowSystemStatusRequest object with the specified parameters.
[in] | options_ | Optional parameters, currently unused. |
Definition at line 39 of file show_system_status.h.
std::map<std::string, std::string> gpudb::ShowSystemStatusRequest::options |
Definition at line 44 of file show_system_status.h.