GPUdb C++ API
Version 7.2.3.0
|
A set of parameters for GPUdb::alterSystemProperties. More...
#include <gpudb/protocol/alter_system_properties.h>
Public Member Functions | |
AlterSystemPropertiesRequest () | |
Constructs an AlterSystemPropertiesRequest object with default parameters. 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 |
Map containing the properties of the system to be updated. More... | |
std::map< std::string, std::string > | options |
Optional parameters. More... | |
A set of parameters for GPUdb::alterSystemProperties.
The GPUdb::alterSystemProperties endpoint is primarily used to simplify the testing of the system and is not expected to be used during normal execution. Commands are given through the propertyUpdatesMap whose keys are commands and values are strings representing integer values (for example '8000') or boolean values ('true' or 'false').
Definition at line 24 of file alter_system_properties.h.
|
inline |
Constructs an AlterSystemPropertiesRequest object with default parameters.
Definition at line 30 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.
|
Definition at line 449 of file alter_system_properties.h.
std::map<std::string, std::string> gpudb::AlterSystemPropertiesRequest::options |
Optional parameters.
The default value is an empty map.
Definition at line 718 of file alter_system_properties.h.
std::map<std::string, std::string> gpudb::AlterSystemPropertiesRequest::propertyUpdatesMap |
Map containing the properties of the system to be updated.
Error if empty.
Definition at line 681 of file alter_system_properties.h.