GPUdb C++ API
Version 7.0.19.0
|
A set of output parameters for const. More...
#include <gpudb/protocol/admin_alter_jobs.h>
Public Member Functions | |
AdminAlterJobsResponse () | |
Constructs an AdminAlterJobsResponse object with default parameter values. More... | |
Public Attributes | |
std::vector< int64_t > | jobIds |
std::string | action |
std::vector< std::string > | status |
std::map< std::string, std::string > | info |
A set of output 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 125 of file admin_alter_jobs.h.
|
inline |
Constructs an AdminAlterJobsResponse object with default parameter values.
Definition at line 132 of file admin_alter_jobs.h.
std::string gpudb::AdminAlterJobsResponse::action |
Definition at line 141 of file admin_alter_jobs.h.
std::map<std::string, std::string> gpudb::AdminAlterJobsResponse::info |
Definition at line 143 of file admin_alter_jobs.h.
std::vector<int64_t> gpudb::AdminAlterJobsResponse::jobIds |
Definition at line 140 of file admin_alter_jobs.h.
std::vector<std::string> gpudb::AdminAlterJobsResponse::status |
Definition at line 142 of file admin_alter_jobs.h.