A set of results returned by GPUdb::showSystemProperties. More…
#include <gpudb/protocol/show_system_properties.h>
Public Member Functions | |
| ShowSystemPropertiesResponse () | |
| Constructs a ShowSystemPropertiesResponse object with default parameters. | |
Public Attributes | |
| std::map< std::string, std::string > | propertyMap |
| A map of server configuration parameters and version information. | |
| std::map< std::string, std::string > | info |
| Additional information. | |
Detailed Description
A set of results returned by GPUdb::showSystemProperties.
Definition at line 108 of file show_system_properties.h.
Constructor & Destructor Documentation
◆ ShowSystemPropertiesResponse()
| inline |
Constructs a ShowSystemPropertiesResponse object with default parameters.
Definition at line 114 of file show_system_properties.h.
Member Data Documentation
◆ info
| std::map<std::string, std::string> gpudb::ShowSystemPropertiesResponse::info |
Additional information.
Definition at line 164 of file show_system_properties.h.
◆ propertyMap
| std::map<std::string, std::string> gpudb::ShowSystemPropertiesResponse::propertyMap |
A map of server configuration parameters and version information.
- show_system_properties_conf_enable_worker_http_servers: Boolean value indicating whether the system is configured for multi-head ingestion. Supported values:
- show_system_properties_TRUE: Indicates that the system is configured for multi-head ingestion.
- show_system_properties_FALSE: Indicates that the system is NOT configured for multi-head ingestion.
- show_system_properties_conf_worker_http_server_ips: Semicolon (’;’) separated string of IP addresses of all the ingestion-enabled worker heads of the system.
- show_system_properties_conf_worker_http_server_ports: Semicolon (’;’) separated string of the port numbers of all the ingestion-enabled worker ranks of the system.
- show_system_properties_conf_hm_http_port: The host manager port number (an integer value).
- show_system_properties_conf_enable_ha: Flag indicating whether high availability (HA) is set up (a boolean value).
- show_system_properties_conf_ha_ring_head_nodes: A comma-separated string of high availability (HA) ring node URLs. If HA is not set up, then an empty string.
Definition at line 159 of file show_system_properties.h.
The documentation for this struct was generated from the following file:
- gpudb/protocol/show_system_properties.h