GPUdb C++ API  Version 7.2.2.4
gpudb::ShowSystemStatusResponse Struct Reference

A set of results returned by GPUdb::showSystemStatus. More...

#include <gpudb/protocol/show_system_status.h>

Public Member Functions

 ShowSystemStatusResponse ()
 Constructs a ShowSystemStatusResponse object with default parameters. More...
 

Public Attributes

std::map< std::string, std::string > statusMap
 A map of server configuration and health related status. More...
 
std::map< std::string, std::string > info
 Additional information. More...
 

Detailed Description

A set of results returned by GPUdb::showSystemStatus.

Definition at line 93 of file show_system_status.h.

Constructor & Destructor Documentation

◆ ShowSystemStatusResponse()

gpudb::ShowSystemStatusResponse::ShowSystemStatusResponse ( )
inline

Constructs a ShowSystemStatusResponse object with default parameters.

Definition at line 99 of file show_system_status.h.

Member Data Documentation

◆ info

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

Additional information.

Definition at line 113 of file show_system_status.h.

◆ statusMap

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

A map of server configuration and health related status.

Definition at line 108 of file show_system_status.h.


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