GPUdb C++ API  Version 5.2.0.0
gpudb::ShowSystemStatusRequest Struct Reference

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
 

Detailed Description

A set of input 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 20 of file show_system_status.h.

Constructor & Destructor Documentation

gpudb::ShowSystemStatusRequest::ShowSystemStatusRequest ( )
inline

Constructs a ShowSystemStatusRequest object with default parameter values.

Definition at line 27 of file show_system_status.h.

gpudb::ShowSystemStatusRequest::ShowSystemStatusRequest ( const std::map< std::string, std::string > &  options)
inline

Constructs a ShowSystemStatusRequest object with the specified parameters.

Parameters
[in]optionsOptional parameters, currently unused. Default value is an empty std::map.

Definition at line 40 of file show_system_status.h.

Member Data Documentation

std::map<std::string, std::string> gpudb::ShowSystemStatusRequest::options

Definition at line 45 of file show_system_status.h.


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