◆ adminAddHost() [1/4]
| AdminAddHostResponse gpudb::GPUdb::adminAddHost | ( | const AdminAddHostRequest & | request_ | ) | const |
◆ adminAddHost() [2/4]
| AdminAddHostResponse & gpudb::GPUdb::adminAddHost | ( | const AdminAddHostRequest & | request_, |
| AdminAddHostResponse & | response_ ) const |
Adds a host to an existing cluster.
Attention
This method should be used for on-premise deployments only.
Parameters
Returns
Response object containing the result of the operation (initially passed in by reference).
◆ adminAddHost() [3/4]
| AdminAddHostResponse gpudb::GPUdb::adminAddHost | ( | const std::string & | hostAddress, |
| const std::map< std::string, std::string > & | options ) const |
Adds a host to an existing cluster.
Attention
This method should be used for on-premise deployments only.
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.
|
Returns
Response object containing the result of the operation.
◆ adminAddHost() [4/4]
| AdminAddHostResponse & gpudb::GPUdb::adminAddHost | ( | const std::string & | hostAddress, |
| const std::map< std::string, std::string > & | options, | ||
| AdminAddHostResponse & | response_ ) const |
Adds a host to an existing cluster.
Attention
This method should be used for on-premise deployments only.
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.
|
| [out] | response_ | Response object containing the results of the operation. |
Returns
Response object containing the result of the operation (initially passed in by reference).