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

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

#include <gpudb/protocol/admin_shutdown.h>

Public Member Functions

 AdminShutdownResponse ()
 Constructs an AdminShutdownResponse object with default parameters. More...
 

Public Attributes

std::string exitStatus
 'OK' upon (right before) successful exit. More...
 
std::map< std::string, std::string > info
 Additional information. More...
 

Detailed Description

A set of results returned by GPUdb::adminShutdown.

Definition at line 120 of file admin_shutdown.h.

Constructor & Destructor Documentation

◆ AdminShutdownResponse()

gpudb::AdminShutdownResponse::AdminShutdownResponse ( )
inline

Constructs an AdminShutdownResponse object with default parameters.

Definition at line 125 of file admin_shutdown.h.

Member Data Documentation

◆ exitStatus

std::string gpudb::AdminShutdownResponse::exitStatus

'OK' upon (right before) successful exit.

Definition at line 134 of file admin_shutdown.h.

◆ info

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

Additional information.

Definition at line 139 of file admin_shutdown.h.


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