Skip to main content

◆ showSystemProperties() [1/4]

ShowSystemPropertiesResponse gpudb::GPUdb::showSystemProperties (const ShowSystemPropertiesRequest &request_) const

Returns server configuration and version related information to the caller.

The admin tool uses it to present server related information to the user.

Parameters
[in]request_Request object containing the parameters for the operation.
Returns
Response object containing the result of the operation.

◆ showSystemProperties() [2/4]

ShowSystemPropertiesResponse & gpudb::GPUdb::showSystemProperties (const ShowSystemPropertiesRequest &request_,
ShowSystemPropertiesResponse &response_ ) const

Returns server configuration and version related information to the caller.

The admin tool uses it to present server related information to the user.

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

◆ showSystemProperties() [3/4]

ShowSystemPropertiesResponse gpudb::GPUdb::showSystemProperties (const std::map< std::string, std::string > &options) const

Returns server configuration and version related information to the caller.

The admin tool uses it to present server related information to the user.

Parameters
[in]optionsOptional parameters.The default value is an empty map.
Returns
Response object containing the result of the operation.

◆ showSystemProperties() [4/4]

ShowSystemPropertiesResponse & gpudb::GPUdb::showSystemProperties (const std::map< std::string, std::string > &options,
ShowSystemPropertiesResponse &response_ ) const

Returns server configuration and version related information to the caller.

The admin tool uses it to present server related information to the user.

Parameters
[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).