GPUdb C++ API
Version 6.2.0.3
|
A set of input parameters for showProcStatus(const ShowProcStatusRequest&) const. More...
#include <gpudb/protocol/show_proc_status.h>
Public Member Functions | |
ShowProcStatusRequest () | |
Constructs a ShowProcStatusRequest object with default parameter values. More... | |
ShowProcStatusRequest (const std::string &runId_, const std::map< std::string, std::string > &options_) | |
Constructs a ShowProcStatusRequest object with the specified parameters. More... | |
Public Attributes | |
std::string | runId |
std::map< std::string, std::string > | options |
A set of input parameters for showProcStatus(const ShowProcStatusRequest&) const.
Shows the statuses of running or completed proc instances. Results are grouped by run ID (as returned from executeProc(const ExecuteProcRequest&) const) and data segment ID (each invocation of the proc command on a data segment is assigned a data segment ID).
Definition at line 22 of file show_proc_status.h.
|
inline |
Constructs a ShowProcStatusRequest object with default parameter values.
Definition at line 29 of file show_proc_status.h.
|
inline |
Constructs a ShowProcStatusRequest object with the specified parameters.
[in] | runId_ | The run ID of a specific running or completed proc instance for which the status will be returned. If the run ID is not found, nothing will be returned. If not specified, the statuses of all running and completed proc instances will be returned. |
[in] | options_ | Optional parameters.
|
Definition at line 62 of file show_proc_status.h.
std::map<std::string, std::string> gpudb::ShowProcStatusRequest::options |
Definition at line 69 of file show_proc_status.h.
std::string gpudb::ShowProcStatusRequest::runId |
Definition at line 68 of file show_proc_status.h.