showSystemProperties
public ShowSystemPropertiesResponse showSystemProperties(ShowSystemPropertiesRequest request) throws GPUdbException Returns server configuration and version related information to the caller. The admin tool uses it to present server related information to the user.Parameters:request-Requestobject containing the parameters for the operation.Returns:Responseobject containing the results of the operation.Throws:GPUdbException- if an error occurs during the operation.showSystemProperties
public ShowSystemPropertiesResponse showSystemProperties(Map<String, String> options) throws GPUdbException Returns server configuration and version related information to the caller. The admin tool uses it to present server related information to the user.Parameters:options- Optional parameters.PROPERTIES: A list of comma separated names of properties requested. If not specified, all properties will be returned.
Map.Returns:Responseobject containing the results of the operation.Throws:GPUdbException- if an error occurs during the operation.