Skip to main content

◆ adminShowJobs() [1/4]

AdminShowJobsResponse gpudb::GPUdb::adminShowJobs (const AdminShowJobsRequest &request_) const

Get a list of the current jobs in GPUdb.

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

◆ adminShowJobs() [2/4]

AdminShowJobsResponse & gpudb::GPUdb::adminShowJobs (const AdminShowJobsRequest &request_,
AdminShowJobsResponse &response_ ) const

Get a list of the current jobs in GPUdb.

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

◆ adminShowJobs() [3/4]

AdminShowJobsResponse gpudb::GPUdb::adminShowJobs (const std::map< std::string, std::string > &options) const

Get a list of the current jobs in GPUdb.

Parameters
[in]optionsOptional parameters.The default value is an empty map.
Returns
Response object containing the result of the operation.

◆ adminShowJobs() [4/4]

AdminShowJobsResponse & gpudb::GPUdb::adminShowJobs (const std::map< std::string, std::string > &options,
AdminShowJobsResponse &response_ ) const

Get a list of the current jobs in GPUdb.

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