GPUdb C++ API
Version 7.2.2.4
|
A set of parameters for GPUdb::adminHaRefresh. More...
#include <gpudb/protocol/admin_ha_refresh.h>
Public Member Functions | |
AdminHaRefreshRequest () | |
Constructs an AdminHaRefreshRequest object with default parameters. 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 |
Optional parameters. More... | |
A set of parameters for GPUdb::adminHaRefresh.
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 parameters.
Definition at line 25 of file admin_ha_refresh.h.
|
inline |
Constructs an AdminHaRefreshRequest object with the specified parameters.
[in] | options_ | Optional parameters. The default value is an empty map. |
Definition at line 37 of file admin_ha_refresh.h.
std::map<std::string, std::string> gpudb::AdminHaRefreshRequest::options |
Optional parameters.
The default value is an empty map.
Definition at line 45 of file admin_ha_refresh.h.