GPUdb C++ API
Version 5.2.0.0
|
A set of output parameters for showSystemStatus(const ShowSystemStatusRequest&) const. More...
#include <gpudb/protocol/show_system_status.h>
Public Member Functions | |
ShowSystemStatusResponse () | |
Constructs a ShowSystemStatusResponse object with default parameter values. More... | |
Public Attributes | |
std::map< std::string, std::string > | statusMap |
A set of output parameters for showSystemStatus(const ShowSystemStatusRequest&) const.
Provides server configuration and health related status to the caller. The GPUdb Admin tool uses it to present server related information to the user.
Definition at line 96 of file show_system_status.h.
|
inline |
Constructs a ShowSystemStatusResponse object with default parameter values.
Definition at line 103 of file show_system_status.h.
std::map<std::string, std::string> gpudb::ShowSystemStatusResponse::statusMap |
Definition at line 108 of file show_system_status.h.