Skip to main content

◆ showDatasink() [1/4]

ShowDatasinkResponse gpudb::GPUdb::showDatasink (const ShowDatasinkRequest &request_) const

Shows information about a specified data sink or all data sinks.

Parameters
[in]request_Request object containing the parameters for the operation.
Returns
Response object containing the result of the operation.

◆ showDatasink() [2/4]

ShowDatasinkResponse & gpudb::GPUdb::showDatasink (const ShowDatasinkRequest &request_,
ShowDatasinkResponse &response_ ) const

Shows information about a specified data sink or all data sinks.

Parameters
[in]request_Request object containing the parameters for the operation.
[out]response_Response object containing the results of the operation.
Returns
Response object containing the result of the operation (initially passed in by reference).

◆ showDatasink() [3/4]

ShowDatasinkResponse gpudb::GPUdb::showDatasink (const std::string &name,
const std::map< std::string, std::string > &options ) const

Shows information about a specified data sink or all data sinks.

Parameters
[in]nameName 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.
[in]optionsOptional parameters. The default value is an empty map.
Returns
Response object containing the result of the operation.

◆ showDatasink() [4/4]

ShowDatasinkResponse & gpudb::GPUdb::showDatasink (const std::string &name,
const std::map< std::string, std::string > &options,
ShowDatasinkResponse &response_ ) const

Shows information about a specified data sink or all data sinks.

Parameters
[in]nameName 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.
[in]optionsOptional parameters. The default value is an empty map.
[out]response_Response object containing the results of the operation.
Returns
Response object containing the result of the operation (initially passed in by reference).