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

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
 

Detailed Description

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.

Constructor & Destructor Documentation

gpudb::AdminRemoveHostResponse::AdminRemoveHostResponse ( )
inline

Constructs an AdminRemoveHostResponse object with default parameter values.

Definition at line 135 of file admin_remove_host.h.

Member Data Documentation

std::map<std::string, std::string> gpudb::AdminRemoveHostResponse::info

Definition at line 140 of file admin_remove_host.h.


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