GPUdb C++ API  Version 7.2.2.4
gpudb::AdminShowJobsRequest Struct Reference

A set of parameters for GPUdb::adminShowJobs. More...

#include <gpudb/protocol/admin_show_jobs.h>

Public Member Functions

 AdminShowJobsRequest ()
 Constructs an AdminShowJobsRequest object with default parameters. 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
 Optional parameters. More...
 

Detailed Description

A set of parameters for GPUdb::adminShowJobs.

Get a list of the current jobs in GPUdb.

Definition at line 18 of file admin_show_jobs.h.

Constructor & Destructor Documentation

◆ AdminShowJobsRequest() [1/2]

gpudb::AdminShowJobsRequest::AdminShowJobsRequest ( )
inline

Constructs an AdminShowJobsRequest object with default parameters.

Definition at line 23 of file admin_show_jobs.h.

◆ AdminShowJobsRequest() [2/2]

gpudb::AdminShowJobsRequest::AdminShowJobsRequest ( const std::map< std::string, std::string > &  options_)
inline

Constructs an AdminShowJobsRequest object with the specified parameters.

Parameters
[in]options_Optional parameters. The default value is an empty map.

Definition at line 75 of file admin_show_jobs.h.

Member Data Documentation

◆ options

std::map<std::string, std::string> gpudb::AdminShowJobsRequest::options

Optional parameters.

The default value is an empty map.

Definition at line 113 of file admin_show_jobs.h.


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