GPUdb C++ API
Version 7.0.19.0
|
A set of input parameters for const. More...
#include <gpudb/protocol/admin_show_jobs.h>
Public Member Functions | |
AdminShowJobsRequest () | |
Constructs an AdminShowJobsRequest object with default parameter values. 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 |
A set of input parameters for const.
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 parameter values.
Definition at line 25 of file admin_show_jobs.h.
|
inline |
Constructs an AdminShowJobsRequest object with the specified parameters.
[in] | options_ | Optional parameters.
|
Definition at line 51 of file admin_show_jobs.h.
std::map<std::string, std::string> gpudb::AdminShowJobsRequest::options |
Definition at line 56 of file admin_show_jobs.h.