GPUdb C++ API  Version 7.1.10.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
gpudb::AdminAddHostRequest Struct Reference

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
 

Detailed Description

A set of input parameters for const.

Adds a host to an existing cluster.

Definition at line 18 of file admin_add_host.h.

Constructor & Destructor Documentation

gpudb::AdminAddHostRequest::AdminAddHostRequest ( )
inline

Constructs an AdminAddHostRequest object with default parameter values.

Definition at line 25 of file admin_add_host.h.

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.

Definition at line 96 of file admin_add_host.h.

Member Data Documentation

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.


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