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

A set of results returned by GPUdb::killProc. More...

#include <gpudb/protocol/kill_proc.h>

Public Member Functions

 KillProcResponse ()
 Constructs a KillProcResponse object with default parameters. More...
 

Public Attributes

std::vector< std::string > runIds
 List of run IDs of proc instances that were killed. More...
 
std::map< std::string, std::string > info
 Additional information. More...
 

Detailed Description

A set of results returned by GPUdb::killProc.

Definition at line 176 of file kill_proc.h.

Constructor & Destructor Documentation

◆ KillProcResponse()

gpudb::KillProcResponse::KillProcResponse ( )
inline

Constructs a KillProcResponse object with default parameters.

Definition at line 181 of file kill_proc.h.

Member Data Documentation

◆ info

std::map<std::string, std::string> gpudb::KillProcResponse::info

Additional information.

Definition at line 195 of file kill_proc.h.

◆ runIds

std::vector<std::string> gpudb::KillProcResponse::runIds

List of run IDs of proc instances that were killed.

Definition at line 190 of file kill_proc.h.


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