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

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
 

Detailed Description

A set of input parameters for const.

Kills a running proc instance.

Definition at line 18 of file kill_proc.h.

Constructor & Destructor Documentation

gpudb::KillProcRequest::KillProcRequest ( )
inline

Constructs a KillProcRequest object with default parameter values.

Definition at line 24 of file kill_proc.h.

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

Constructs a KillProcRequest object with the specified parameters.

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.
  • gpudb::kill_proc_run_tag: If runId is specified, kill the proc instance that has a matching run ID and a matching run tag that was provided to /execute/proc. If runId is not specified, kill the proc instance(s) where a matching run tag was provided to /execute/proc. The default value is ''.

Definition at line 50 of file kill_proc.h.

Member Data Documentation

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.


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