Skip to main content

◆ 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’).

Parameters
[in]request_Request object containing the parameters for the operation.
Returns
Response object containing the result of 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’).

Parameters
[in]request_Request object containing the parameters for the operation.
[out]response_Response object containing the results of the operation.
Returns
Response object containing the result of the operation (initially passed in by reference).

◆ 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’).

Parameters
[in]propertyUpdatesMapMap containing the properties of the system to be updated. Error if empty.
[in]optionsOptional parameters.The default value is an empty map.
Returns
Response object containing the result of the operation.

◆ 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’).

Parameters
[in]propertyUpdatesMapMap containing the properties of the system to be updated. Error if empty.
[in]optionsOptional parameters.The default value is an empty map.
[out]response_Response object containing the results of the operation.
Returns
Response object containing the result of the operation (initially passed in by reference).