◆ adminVerifyDb() [1/4]
| AdminVerifyDbResponse gpudb::GPUdb::adminVerifyDb | ( | const AdminVerifyDbRequest & | request_ | ) | const |
Verify database is in a consistent state.
When inconsistencies or errors are found, the verified_ok flag in the response is set to false and the list of errors found is provided in the error_list.
| [in] | request_ | Request object containing the parameters for the operation. |
◆ adminVerifyDb() [2/4]
| AdminVerifyDbResponse & gpudb::GPUdb::adminVerifyDb | ( | const AdminVerifyDbRequest & | request_, |
| AdminVerifyDbResponse & | response_ ) const |
Verify database is in a consistent state.
When inconsistencies or errors are found, the verified_ok flag in the response is set to false and the list of errors found is provided in the error_list.
◆ adminVerifyDb() [3/4]
| AdminVerifyDbResponse gpudb::GPUdb::adminVerifyDb | ( | const std::map< std::string, std::string > & | options | ) | const |
Verify database is in a consistent state.
When inconsistencies or errors are found, the verified_ok flag in the response is set to false and the list of errors found is provided in the error_list.
| [in] | options | Optional parameters.
|
◆ adminVerifyDb() [4/4]
| AdminVerifyDbResponse & gpudb::GPUdb::adminVerifyDb | ( | const std::map< std::string, std::string > & | options, |
| AdminVerifyDbResponse & | response_ ) const |
Verify database is in a consistent state.
When inconsistencies or errors are found, the verified_ok flag in the response is set to false and the list of errors found is provided in the error_list.
| [in] | options | Optional parameters.
|
| [out] | response_ | Response object containing the results of the operation. |