GPUdb C++ API  Version 7.2.2.4
gpudb::AdminAddHostRequest Struct Reference

A set of parameters for GPUdb::adminAddHost. More...

#include <gpudb/protocol/admin_add_host.h>

Public Member Functions

 AdminAddHostRequest ()
 Constructs an AdminAddHostRequest object with default parameters. 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
 IP address of the host that will be added to the cluster. More...
 
std::map< std::string, std::string > options
 Optional parameters. More...
 

Detailed Description

A set of parameters for GPUdb::adminAddHost.

Adds a host to an existing cluster.

Definition at line 18 of file admin_add_host.h.

Constructor & Destructor Documentation

◆ AdminAddHostRequest() [1/2]

gpudb::AdminAddHostRequest::AdminAddHostRequest ( )
inline

Constructs an AdminAddHostRequest object with default parameters.

Definition at line 23 of file admin_add_host.h.

◆ AdminAddHostRequest() [2/2]

gpudb::AdminAddHostRequest::AdminAddHostRequest ( const std::string &  hostAddress_,
const std::map< std::string, std::string > &  options_ 
)
inline

Constructs an AdminAddHostRequest object with the specified parameters.

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. The default value is an empty map.

Definition at line 121 of file admin_add_host.h.

Member Data Documentation

◆ hostAddress

std::string gpudb::AdminAddHostRequest::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.

Definition at line 132 of file admin_add_host.h.

◆ options

std::map<std::string, std::string> gpudb::AdminAddHostRequest::options

Optional parameters.

The default value is an empty map.

Definition at line 194 of file admin_add_host.h.


The documentation for this struct was generated from the following file: