GPUdb C++ API
Version 7.2.2.4
|
A set of parameters for GPUdb::adminShowJobs. More...
#include <gpudb/protocol/admin_show_jobs.h>
Public Member Functions | |
AdminShowJobsRequest () | |
Constructs an AdminShowJobsRequest object with default parameters. More... | |
AdminShowJobsRequest (const std::map< std::string, std::string > &options_) | |
Constructs an AdminShowJobsRequest object with the specified parameters. More... | |
Public Attributes | |
std::map< std::string, std::string > | options |
Optional parameters. More... | |
A set of parameters for GPUdb::adminShowJobs.
Get a list of the current jobs in GPUdb.
Definition at line 18 of file admin_show_jobs.h.
|
inline |
Constructs an AdminShowJobsRequest object with default parameters.
Definition at line 23 of file admin_show_jobs.h.
|
inline |
Constructs an AdminShowJobsRequest object with the specified parameters.
[in] | options_ | Optional parameters.
|
Definition at line 75 of file admin_show_jobs.h.
std::map<std::string, std::string> gpudb::AdminShowJobsRequest::options |
Optional parameters.
The default value is an empty map.
Definition at line 113 of file admin_show_jobs.h.