◆ showDatasink() [1/4]
| ShowDatasinkResponse gpudb::GPUdb::showDatasink | ( | const ShowDatasinkRequest & | request_ | ) | const |
◆ showDatasink() [2/4]
| ShowDatasinkResponse & gpudb::GPUdb::showDatasink | ( | const ShowDatasinkRequest & | request_, |
| ShowDatasinkResponse & | response_ ) const |
◆ 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] | 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. |
| [in] | options | Optional 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] | 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. |
| [in] | options | Optional 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).