◆ alterSystemProperties() [1/4]
| AlterSystemPropertiesResponse gpudb::GPUdb::alterSystemProperties | ( | const AlterSystemPropertiesRequest & | request_ | ) | const |
The 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’).
| [in] | request_ | Request object containing the parameters for the operation. |
◆ alterSystemProperties() [2/4]
| AlterSystemPropertiesResponse & gpudb::GPUdb::alterSystemProperties | ( | const AlterSystemPropertiesRequest & | request_, |
| AlterSystemPropertiesResponse & | response_ ) const |
The 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’).
◆ alterSystemProperties() [3/4]
| AlterSystemPropertiesResponse gpudb::GPUdb::alterSystemProperties | ( | const std::map< std::string, std::string > & | propertyUpdatesMap, |
| const std::map< std::string, std::string > & | options ) const |
The 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’).
| [in] | propertyUpdatesMap | Map containing the properties of the system to be updated. Error if empty.
|
| [in] | options | Optional parameters.
|
◆ alterSystemProperties() [4/4]
| AlterSystemPropertiesResponse & gpudb::GPUdb::alterSystemProperties | ( | const std::map< std::string, std::string > & | propertyUpdatesMap, |
| const std::map< std::string, std::string > & | options, | ||
| AlterSystemPropertiesResponse & | response_ ) const |
The 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’).
| [in] | propertyUpdatesMap | Map containing the properties of the system to be updated. Error if empty.
|
| [in] | options | Optional parameters.
|
| [out] | response_ | Response object containing the results of the operation. |