GPUdb C++ API
Version 7.0.19.0
|
A set of input parameters for const. More...
#include <gpudb/protocol/kill_proc.h>
Public Member Functions | |
KillProcRequest () | |
Constructs a KillProcRequest object with default parameter values. More... | |
KillProcRequest (const std::string &runId_, const std::map< std::string, std::string > &options_) | |
Constructs a KillProcRequest object with the specified parameters. More... | |
Public Attributes | |
std::string | runId |
std::map< std::string, std::string > | options |
A set of input parameters for const.
Kills a running proc instance.
Definition at line 18 of file kill_proc.h.
|
inline |
Constructs a KillProcRequest object with default parameter values.
Definition at line 24 of file kill_proc.h.
|
inline |
Constructs a KillProcRequest object with the specified parameters.
[in] | runId_ | The run ID of a running proc instance. If a proc with a matching run ID is not found or the proc instance has already completed, no procs will be killed. If not specified, all running proc instances will be killed. |
[in] | options_ | Optional parameters.
|
Definition at line 50 of file kill_proc.h.
std::map<std::string, std::string> gpudb::KillProcRequest::options |
Definition at line 57 of file kill_proc.h.
std::string gpudb::KillProcRequest::runId |
Definition at line 56 of file kill_proc.h.