GPUdb C++ API
Version 7.0.19.0
|
A set of input parameters for const. More...
#include <gpudb/protocol/admin_alter_jobs.h>
Public Member Functions | |
AdminAlterJobsRequest () | |
Constructs an AdminAlterJobsRequest object with default parameter values. More... | |
AdminAlterJobsRequest (const std::vector< int64_t > &jobIds_, const std::string &action_, const std::map< std::string, std::string > &options_) | |
Constructs an AdminAlterJobsRequest object with the specified parameters. More... | |
Public Attributes | |
std::vector< int64_t > | jobIds |
std::string | action |
std::map< std::string, std::string > | options |
A set of input parameters for const.
Perform the requested action on a list of one or more job(s). Based on the type of job and the current state of execution, the action may not be successfully executed. The final result of the attempted actions for each specified job is returned in the status array of the response. See Job Manager for more information.
Definition at line 23 of file admin_alter_jobs.h.
|
inline |
Constructs an AdminAlterJobsRequest object with default parameter values.
Definition at line 30 of file admin_alter_jobs.h.
|
inline |
Constructs an AdminAlterJobsRequest object with the specified parameters.
[in] | jobIds_ | Jobs to be modified. |
[in] | action_ | Action to be performed on the jobs specified by job_ids. |
[in] | options_ | Optional parameters. |
Definition at line 50 of file admin_alter_jobs.h.
std::string gpudb::AdminAlterJobsRequest::action |
Definition at line 58 of file admin_alter_jobs.h.
std::vector<int64_t> gpudb::AdminAlterJobsRequest::jobIds |
Definition at line 57 of file admin_alter_jobs.h.
std::map<std::string, std::string> gpudb::AdminAlterJobsRequest::options |
Definition at line 59 of file admin_alter_jobs.h.