Skip to main content

◆ adminAddHost() [1/4]

AdminAddHostResponse gpudb::GPUdb::adminAddHost (const AdminAddHostRequest &request_) const

Adds a host to an existing cluster.

Attention
This method should be used for on-premise deployments only.
Parameters
[in]request_Request object containing the parameters for the operation.
Returns
Response object containing the result of the operation.

◆ 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
[in]request_Request object containing the parameters for the operation.
[out]response_Response object containing the results of the operation.
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]hostAddressIP 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]optionsOptional parameters.The default value is an empty map.
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]hostAddressIP 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]optionsOptional parameters.The default value is an empty map.
[out]response_Response object containing the results of the operation.
Returns
Response object containing the result of the operation (initially passed in by reference).