Skip to main content
  • 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 - Request object containing the parameters for the operation.
    Returns:
    Response object 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.
    The default value is an empty Map.
    Returns:
    Response object containing the results of the operation.
    Throws:
    GPUdbException - if an error occurs during the operation.