Skip to main content

◆ showProcStatus() [1/4]

ShowProcStatusResponse gpudb::GPUdb::showProcStatus (const ShowProcStatusRequest &request_) const

Shows the statuses of running or completed proc instances.

Results are grouped by run ID (as returned from executeProc) and data segment ID (each invocation of the proc command on a data segment is assigned a data segment ID).

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

◆ showProcStatus() [2/4]

ShowProcStatusResponse & gpudb::GPUdb::showProcStatus (const ShowProcStatusRequest &request_,
ShowProcStatusResponse &response_ ) const

Shows the statuses of running or completed proc instances.

Results are grouped by run ID (as returned from executeProc) and data segment ID (each invocation of the proc command on a data segment is assigned a data segment ID).

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

◆ showProcStatus() [3/4]

ShowProcStatusResponse gpudb::GPUdb::showProcStatus (const std::string &runId,
const std::map< std::string, std::string > &options ) const

Shows the statuses of running or completed proc instances.

Results are grouped by run ID (as returned from executeProc) and data segment ID (each invocation of the proc command on a data segment is assigned a data segment ID).

Parameters
[in]runIdThe run ID of a specific proc instance for which the status will be returned. If a proc with a matching run ID is not found, the response will be empty. If not specified, the statuses of all executed proc instances will be returned. The default value is ”.
[in]optionsOptional parameters.The default value is an empty map.
Returns
Response object containing the result of the operation.

◆ showProcStatus() [4/4]

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

Shows the statuses of running or completed proc instances.

Results are grouped by run ID (as returned from executeProc) and data segment ID (each invocation of the proc command on a data segment is assigned a data segment ID).

Parameters
[in]runIdThe run ID of a specific proc instance for which the status will be returned. If a proc with a matching run ID is not found, the response will be empty. If not specified, the statuses of all executed proc instances will be returned. 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).