The base class for the Spanner library transaction rerun policies.
The Client::Commit() functions (there are several overloads) consume a callable to create mutations or a list of mutations. Commit() creates a transaction and applies the mutations. If the transaction fails, an instance of this class is used to control whether the transaction will be attempted again.
Functions
clone() const
Creates a new instance of the policy, reset to the initial state.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-02 UTC."],[[["This webpage provides documentation for the `TransactionRerunPolicy` class within the Google Cloud Spanner C++ client library, spanning versions from 2.11.0 to the latest release candidate 2.37.0-rc."],["The `TransactionRerunPolicy` class is used to determine whether a Spanner transaction should be retried after a failure during the commit process, as used by the `Client::Commit()` functions."],["Key functionalities of the `TransactionRerunPolicy` class include creating a clone of the policy, checking for transaction failure with `OnFailure()`, verifying if retries have been exhausted with `IsExhausted()`, and determining if a failure is permanent using `IsPermanentFailure()`."],["The documentation outlines the functionality of several functions, such as clone(), OnFailure(), IsExhausted(), and IsPermanentFailure(), with their respective parameters and return types, giving the user clear access to each function's functionality."]]],[]]