GPUdb C++ API
Version 7.1.10.0
|
A set of output parameters for const. More...
#include <gpudb/protocol/admin_ha_refresh.h>
Public Member Functions | |
AdminHaRefreshResponse () | |
Constructs an AdminHaRefreshResponse object with default parameter values. More... | |
Public Attributes | |
std::map< std::string, std::string > | info |
A set of output parameters for const.
Restarts the HA processing on the given cluster as a mechanism of accepting breaking HA conf changes. Additionally the cluster is put into read-only while HA is restarting.
Definition at line 95 of file admin_ha_refresh.h.
|
inline |
Constructs an AdminHaRefreshResponse object with default parameter values.
Definition at line 102 of file admin_ha_refresh.h.
std::map<std::string, std::string> gpudb::AdminHaRefreshResponse::info |
Definition at line 107 of file admin_ha_refresh.h.