GPUdb C++ API
Version 7.1.10.0
|
A set of output parameters for const. More...
#include <gpudb/protocol/admin_remove_host.h>
Public Member Functions | |
AdminRemoveHostResponse () | |
Constructs an AdminRemoveHostResponse object with default parameter values. More... | |
Public Attributes | |
std::map< std::string, std::string > | info |
A set of output 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 128 of file admin_remove_host.h.
|
inline |
Constructs an AdminRemoveHostResponse object with default parameter values.
Definition at line 135 of file admin_remove_host.h.
std::map<std::string, std::string> gpudb::AdminRemoveHostResponse::info |
Definition at line 140 of file admin_remove_host.h.