◆ adminHaRefresh() [1/4]
| AdminHaRefreshResponse gpudb::GPUdb::adminHaRefresh | ( | const AdminHaRefreshRequest & | request_ | ) | 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.
| [in] | request_ | Request object containing the parameters for the operation. |
◆ adminHaRefresh() [2/4]
| AdminHaRefreshResponse & gpudb::GPUdb::adminHaRefresh | ( | const AdminHaRefreshRequest & | request_, |
| AdminHaRefreshResponse & | response_ ) 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.
◆ adminHaRefresh() [3/4]
| AdminHaRefreshResponse gpudb::GPUdb::adminHaRefresh | ( | const std::map< std::string, std::string > & | options | ) | 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.
| [in] | options | Optional parameters. The default value is an empty map. |
◆ adminHaRefresh() [4/4]
| AdminHaRefreshResponse & gpudb::GPUdb::adminHaRefresh | ( | const std::map< std::string, std::string > & | options, |
| AdminHaRefreshResponse & | response_ ) 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.
| [in] | options | Optional parameters. The default value is an empty map. |
| [out] | response_ | Response object containing the results of the operation. |