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. | |
Public Attributes | |
| std::string | addedHost |
| Identifier for the newly added host, of the format ‘hostN’ where N is the integer identifier of that host. | |
| std::map< std::string, std::string > | info |
| Additional information. | |
Detailed Description
A set of results returned by GPUdb::adminAddHost.
Definition at line 247 of file admin_add_host.h.
Constructor & Destructor Documentation
◆ 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:
- gpudb/protocol/admin_add_host.h