◆ adminShowJobs() [1/4]
| AdminShowJobsResponse gpudb::GPUdb::adminShowJobs | ( | const AdminShowJobsRequest & | request_ | ) | const |
◆ adminShowJobs() [2/4]
| AdminShowJobsResponse & gpudb::GPUdb::adminShowJobs | ( | const AdminShowJobsRequest & | request_, |
| AdminShowJobsResponse & | response_ ) const |
◆ 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] | options | Optional parameters.
|
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] | options | Optional parameters.
|
| [out] | response_ | Response object containing the results of the operation. |
Returns
Response object containing the result of the operation (initially passed in by reference).