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

A set of output parameters for const. More...

#include <gpudb/protocol/admin_switchover.h>

Public Member Functions

 AdminSwitchoverResponse ()
 Constructs an AdminSwitchoverResponse object with default parameter values. More...
 

Public Attributes

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

Detailed Description

A set of output parameters for const.

Manually switch over one or more processes to another host. Individual ranks or entire hosts may be moved to another host.

Definition at line 151 of file admin_switchover.h.

Constructor & Destructor Documentation

gpudb::AdminSwitchoverResponse::AdminSwitchoverResponse ( )
inline

Constructs an AdminSwitchoverResponse object with default parameter values.

Definition at line 158 of file admin_switchover.h.

Member Data Documentation

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

Definition at line 163 of file admin_switchover.h.


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