GPUdb C++ API
Version 7.2.2.4
|
A set of results returned by GPUdb::adminAlterJobs. More...
#include <gpudb/protocol/admin_alter_jobs.h>
Public Member Functions | |
AdminAlterJobsResponse () | |
Constructs an AdminAlterJobsResponse object with default parameters. More... | |
Public Attributes | |
std::vector< int64_t > | jobIds |
Jobs on which the action was performed. More... | |
std::string | action |
Action requested on the jobs. More... | |
std::vector< std::string > | status |
Status of the requested action for each job. More... | |
std::map< std::string, std::string > | info |
Additional information. More... | |
A set of results returned by GPUdb::adminAlterJobs.
Definition at line 145 of file admin_alter_jobs.h.
|
inline |
Constructs an AdminAlterJobsResponse object with default parameters.
Definition at line 150 of file admin_alter_jobs.h.
std::string gpudb::AdminAlterJobsResponse::action |
Action requested on the jobs.
Definition at line 166 of file admin_alter_jobs.h.
std::map<std::string, std::string> gpudb::AdminAlterJobsResponse::info |
Additional information.
Definition at line 176 of file admin_alter_jobs.h.
std::vector<int64_t> gpudb::AdminAlterJobsResponse::jobIds |
Jobs on which the action was performed.
Definition at line 161 of file admin_alter_jobs.h.
std::vector<std::string> gpudb::AdminAlterJobsResponse::status |
Status of the requested action for each job.
Definition at line 171 of file admin_alter_jobs.h.