GPUdb C++ API
Version 7.1.10.0
|
A set of input parameters for const. More...
#include <gpudb/protocol/admin_ha_refresh.h>
Public Member Functions | |
AdminHaRefreshRequest () | |
Constructs an AdminHaRefreshRequest object with default parameter values. More... | |
AdminHaRefreshRequest (const std::map< std::string, std::string > &options_) | |
Constructs an AdminHaRefreshRequest object with the specified parameters. More... | |
Public Attributes | |
std::map< std::string, std::string > | options |
A set of input 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 20 of file admin_ha_refresh.h.
|
inline |
Constructs an AdminHaRefreshRequest object with default parameter values.
Definition at line 27 of file admin_ha_refresh.h.
|
inline |
Constructs an AdminHaRefreshRequest object with the specified parameters.
[in] | options_ | Optional parameters. |
Definition at line 39 of file admin_ha_refresh.h.
std::map<std::string, std::string> gpudb::AdminHaRefreshRequest::options |
Definition at line 44 of file admin_ha_refresh.h.