Skip to main content

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

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

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

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

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

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

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