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

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

#include <gpudb/protocol/admin_add_host.h>

Public Member Functions

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

Public Attributes

std::string addedHost
 Identifier for the newly added host, of the format 'hostN' where N is the integer identifier of that host. More...
 
std::map< std::string, std::string > info
 Additional information. More...
 

Detailed Description

A set of results returned by GPUdb::adminAddHost.

Definition at line 247 of file admin_add_host.h.

Constructor & Destructor Documentation

◆ AdminAddHostResponse()

gpudb::AdminAddHostResponse::AdminAddHostResponse ( )
inline

Constructs an AdminAddHostResponse object with default parameters.

Definition at line 252 of file admin_add_host.h.

Member Data Documentation

◆ addedHost

std::string gpudb::AdminAddHostResponse::addedHost

Identifier for the newly added host, of the format 'hostN' where N is the integer identifier of that host.

Note that the host identifier is transient, i.e. it may change in the future if other hosts are removed.

Definition at line 264 of file admin_add_host.h.

◆ info

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

Additional information.

Definition at line 269 of file admin_add_host.h.


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