Skip to main content

◆ killProc() [1/4]

KillProcResponse gpudb::GPUdb::killProc (const KillProcRequest &request_) const

Kills a running proc instance.

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

◆ killProc() [2/4]

KillProcResponse & gpudb::GPUdb::killProc (const KillProcRequest &request_,
KillProcResponse &response_ ) const

Kills a running proc instance.

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

◆ killProc() [3/4]

KillProcResponse gpudb::GPUdb::killProc (const std::string &runId,
const std::map< std::string, std::string > &options ) const

Kills a running proc instance.

Parameters
[in]runIdThe run ID of a running proc instance. If a proc with a matching run ID is not found or the proc instance has already completed, no procs will be killed. If not specified, all running proc instances will be killed. The default value is ”.
[in]optionsOptional parameters.The default value is an empty map.
Returns
Response object containing the result of the operation.

◆ killProc() [4/4]

KillProcResponse & gpudb::GPUdb::killProc (const std::string &runId,
const std::map< std::string, std::string > &options,
KillProcResponse &response_ ) const

Kills a running proc instance.

Parameters
[in]runIdThe run ID of a running proc instance. If a proc with a matching run ID is not found or the proc instance has already completed, no procs will be killed. If not specified, all running proc instances will be killed. The default value is ”.
[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).