GPUdb C++ API
Version 5.2.0.0
|
A set of input parameters for alterSystemProperties(const AlterSystemPropertiesRequest&) const. More...
#include <gpudb/protocol/alter_system_properties.h>
Public Member Functions | |
AlterSystemPropertiesRequest () | |
Constructs an AlterSystemPropertiesRequest object with default parameter values. More... | |
AlterSystemPropertiesRequest (const std::map< std::string, std::string > &propertyUpdatesMap, const std::map< std::string, std::string > &options) | |
Constructs an AlterSystemPropertiesRequest object with the specified parameters. More... | |
Public Attributes | |
std::map< std::string, std::string > | propertyUpdatesMap |
std::map< std::string, std::string > | options |
A set of input parameters for alterSystemProperties(const AlterSystemPropertiesRequest&) const.
The alter_system_properties endpoint is primarily used to simplify the testing of GPUdb and is not expected to be used during normal execution. Commands are given through the properties_update_map whose keys are commands and values are strings representing integer values (for example '8000') or boolean values ('true' or 'false').
Definition at line 22 of file alter_system_properties.h.
|
inline |
Constructs an AlterSystemPropertiesRequest object with default parameter values.
Definition at line 29 of file alter_system_properties.h.
|
inline |
Constructs an AlterSystemPropertiesRequest object with the specified parameters.
[in] | propertyUpdatesMap | Map containing the properties of the system to be updated. Error if empty.
|
[in] | options | Optional parameters. Default value is an empty std::map. |
Definition at line 117 of file alter_system_properties.h.
std::map<std::string, std::string> gpudb::AlterSystemPropertiesRequest::options |
Definition at line 124 of file alter_system_properties.h.
std::map<std::string, std::string> gpudb::AlterSystemPropertiesRequest::propertyUpdatesMap |
Definition at line 123 of file alter_system_properties.h.