Skip to main content

◆ dropDatasink() [1/4]

DropDatasinkResponse gpudb::GPUdb::dropDatasink (const DropDatasinkRequest &request_) const

Drops an existing data sink.

By default, if any table monitors use this sink as a destination, the request will be blocked unless option clear_table_monitors is true.

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

◆ dropDatasink() [2/4]

DropDatasinkResponse & gpudb::GPUdb::dropDatasink (const DropDatasinkRequest &request_,
DropDatasinkResponse &response_ ) const

Drops an existing data sink.

By default, if any table monitors use this sink as a destination, the request will be blocked unless option clear_table_monitors is true.

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).

◆ dropDatasink() [3/4]

DropDatasinkResponse gpudb::GPUdb::dropDatasink (const std::string &name,
const std::map< std::string, std::string > &options ) const

Drops an existing data sink.

By default, if any table monitors use this sink as a destination, the request will be blocked unless option clear_table_monitors is true.

Parameters
[in]nameName of the data sink to be dropped. Must be an existing data sink.
[in]optionsOptional parameters.The default value is an empty map.
Returns
Response object containing the result of the operation.

◆ dropDatasink() [4/4]

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

Drops an existing data sink.

By default, if any table monitors use this sink as a destination, the request will be blocked unless option clear_table_monitors is true.

Parameters
[in]nameName of the data sink to be dropped. Must be an existing data sink.
[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).