Skip to main content

◆ 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.

Parameters
[in]request_Request object containing the parameters for the operation.
Returns
Response object containing the result of 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.

Parameters
[in]request_Request object containing the parameters for the operation.
[out]response_Response object containing the results of the operation.
Returns
Response object containing the result of the operation (initially passed in by reference).

◆ 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.

Parameters
[in]optionsOptional parameters. The default value is an empty map.
Returns
Response object containing the result of the operation.

◆ 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.

Parameters
[in]optionsOptional parameters. The default value is an empty map.
[out]response_Response object containing the results of the operation.
Returns
Response object containing the result of the operation (initially passed in by reference).