Skip to main content
  • showDatasink

    public ShowDatasinkResponse showDatasink(ShowDatasinkRequest request) throws GPUdbException
    Shows information about a specified data sink or all data sinks.
    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.
  • showDatasink

    public ShowDatasinkResponse showDatasink(String name, Map<String,String> options) throws GPUdbException
    Shows information about a specified data sink or all data sinks.
    Parameters:
    name - Name of the data sink for which to retrieve information. The name must refer to a currently existing data sink. If ’*’ is specified, information about all data sinks will be returned.
    options - Optional parameters. 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.