GPUdb C++ API  Version 7.0.19.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
gpudb::ShowSystemStatusResponse Struct Reference

A set of output parameters for 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
 
std::map< std::string,
std::string > 
info
 

Detailed Description

A set of output parameters for 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 95 of file show_system_status.h.

Constructor & Destructor Documentation

gpudb::ShowSystemStatusResponse::ShowSystemStatusResponse ( )
inline

Constructs a ShowSystemStatusResponse object with default parameter values.

Definition at line 102 of file show_system_status.h.

Member Data Documentation

std::map<std::string, std::string> gpudb::ShowSystemStatusResponse::info

Definition at line 109 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.


The documentation for this struct was generated from the following file: