GPUdb C++ API
Version 7.2.2.4
|
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... | |
A set of results returned by GPUdb::adminAddHost.
Definition at line 247 of file admin_add_host.h.
|
inline |
Constructs an AdminAddHostResponse object with default parameters.
Definition at line 252 of file admin_add_host.h.
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.
std::map<std::string, std::string> gpudb::AdminAddHostResponse::info |
Additional information.
Definition at line 269 of file admin_add_host.h.