GPUdb C++ API
Version 7.1.10.0
|
A set of input parameters for const. More...
#include <gpudb/protocol/admin_add_host.h>
Public Member Functions | |
AdminAddHostRequest () | |
Constructs an AdminAddHostRequest object with default parameter values. More... | |
AdminAddHostRequest (const std::string &hostAddress_, const std::map< std::string, std::string > &options_) | |
Constructs an AdminAddHostRequest object with the specified parameters. More... | |
Public Attributes | |
std::string | hostAddress |
std::map< std::string, std::string > | options |
A set of input parameters for const.
Adds a host to an existing cluster.
Definition at line 18 of file admin_add_host.h.
|
inline |
Constructs an AdminAddHostRequest object with default parameter values.
Definition at line 25 of file admin_add_host.h.
|
inline |
Constructs an AdminAddHostRequest object with the specified parameters.
[in] | hostAddress_ | IP address of the host that will be added to the cluster. This host must have installed the same version of Kinetica as the cluster to which it is being added. |
[in] | options_ | Optional parameters.
|
Definition at line 96 of file admin_add_host.h.
std::string gpudb::AdminAddHostRequest::hostAddress |
Definition at line 102 of file admin_add_host.h.
std::map<std::string, std::string> gpudb::AdminAddHostRequest::options |
Definition at line 103 of file admin_add_host.h.