showDatasink
Shows information about a specified data sink or all data sinks.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.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 emptyMap.Returns:Responseobject containing the results of the operation.Throws:GPUdbException- if an error occurs during the operation.