Skip to main content

◆ adminHaOffline() [1/4]

AdminHaOfflineResponse gpudb::GPUdb::adminHaOffline (const AdminHaOfflineRequest &request_) const

Pauses consumption of messages from other HA clusters to support data repair/recovery scenarios.

In-flight queries may fail to replicate to other clusters in the ring when going offline.

Parameters
[in]request_Request object containing the parameters for the operation.
Returns
Response object containing the result of the operation.

◆ adminHaOffline() [2/4]

AdminHaOfflineResponse & gpudb::GPUdb::adminHaOffline (const AdminHaOfflineRequest &request_,
AdminHaOfflineResponse &response_ ) const

Pauses consumption of messages from other HA clusters to support data repair/recovery scenarios.

In-flight queries may fail to replicate to other clusters in the ring when going offline.

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

◆ adminHaOffline() [3/4]

AdminHaOfflineResponse gpudb::GPUdb::adminHaOffline (const booloffline,
const std::map< std::string, std::string > &options ) const

Pauses consumption of messages from other HA clusters to support data repair/recovery scenarios.

In-flight queries may fail to replicate to other clusters in the ring when going offline.

Parameters
[in]offlineSet to true if desired state is offline. Supported values:
  • true
  • false
[in]optionsOptional parameters. The default value is an empty map.
Returns
Response object containing the result of the operation.

◆ adminHaOffline() [4/4]

AdminHaOfflineResponse & gpudb::GPUdb::adminHaOffline (const booloffline,
const std::map< std::string, std::string > &options,
AdminHaOfflineResponse &response_ ) const

Pauses consumption of messages from other HA clusters to support data repair/recovery scenarios.

In-flight queries may fail to replicate to other clusters in the ring when going offline.

Parameters
[in]offlineSet to true if desired state is offline. Supported values:
  • true
  • false
[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).