◆ showSystemProperties() [1/4]
| ShowSystemPropertiesResponse gpudb::GPUdb::showSystemProperties | ( | const ShowSystemPropertiesRequest & | request_ | ) | const |
◆ 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
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] | options | Optional parameters.
|
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] | options | Optional parameters.
|
| [out] | response_ | Response object containing the results of the operation. |
Returns
Response object containing the result of the operation (initially passed in by reference).