◆ 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.
| [in] | request_ | Request object containing the parameters for 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.
◆ adminHaOffline() [3/4]
| AdminHaOfflineResponse gpudb::GPUdb::adminHaOffline | ( | const bool | offline, |
| 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.
| [in] | offline | Set to true if desired state is offline. Supported values:
|
| [in] | options | Optional parameters. The default value is an empty map. |
◆ adminHaOffline() [4/4]
| AdminHaOfflineResponse & gpudb::GPUdb::adminHaOffline | ( | const bool | offline, |
| 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.
| [in] | offline | Set to true if desired state is offline. Supported values:
|
| [in] | options | Optional parameters. The default value is an empty map. |
| [out] | response_ | Response object containing the results of the operation. |