GPUdb C++ API
Version 7.1.10.0
|
A set of input parameters for const. More...
#include <gpudb/protocol/admin_remove_host.h>
Public Member Functions | |
AdminRemoveHostRequest () | |
Constructs an AdminRemoveHostRequest object with default parameter values. More... | |
AdminRemoveHostRequest (const std::string &host_, const std::map< std::string, std::string > &options_) | |
Constructs an AdminRemoveHostRequest object with the specified parameters. More... | |
Public Attributes | |
std::string | host |
std::map< std::string, std::string > | options |
A set of input parameters for const.
Removes a host from an existing cluster. If the host to be removed has any ranks running on it, the ranks must be removed using const or manually switched over to a new host using const prior to host removal. If the host to be removed has the graph server or SQL planner running on it, these must be manually switched over to a new host using const.
Definition at line 25 of file admin_remove_host.h.
|
inline |
Constructs an AdminRemoveHostRequest object with default parameter values.
Definition at line 32 of file admin_remove_host.h.
|
inline |
Constructs an AdminRemoveHostRequest object with the specified parameters.
[in] | host_ | Identifies the host this applies to. Can be the host address, or formatted as 'hostN' where N is the host number as specified in gpudb.conf |
[in] | options_ | Optional parameters.
|
Definition at line 59 of file admin_remove_host.h.
std::string gpudb::AdminRemoveHostRequest::host |
Definition at line 65 of file admin_remove_host.h.
std::map<std::string, std::string> gpudb::AdminRemoveHostRequest::options |
Definition at line 66 of file admin_remove_host.h.