GPUdb C++ API  Version 7.0.19.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
gpudb::AdminAlterJobsResponse Struct Reference

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
 

Detailed Description

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.

Constructor & Destructor Documentation

gpudb::AdminAlterJobsResponse::AdminAlterJobsResponse ( )
inline

Constructs an AdminAlterJobsResponse object with default parameter values.

Definition at line 132 of file admin_alter_jobs.h.

Member Data Documentation

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.


The documentation for this struct was generated from the following file: