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 multiple versions from 2.11.0 to the latest release candidate 2.37.0-rc."],["The `TransactionRerunPolicy` class is used to manage the retry logic when a Spanner transaction fails during the `Client::Commit()` process, allowing control over whether or not the transaction should be attempted again."],["The `Commit()` function uses this policy to determine whether a failed transaction should be reattempted after calling a callable to create mutations or a list of mutations, creating a transaction and applying the mutations."],["Key functions within the `TransactionRerunPolicy` class include `clone()`, `OnFailure()`, `IsExhausted()`, and `IsPermanentFailure()`, allowing for the creation of a new policy instance, failure management, checking retry limit, and detecting permanent errors, respectively."],["Each version's documentation is linked to its respective `TransactionRerunPolicy` class, such as version 2.33.0, linked to `classgoogle_1_1cloud_1_1spanner_1_1TransactionRerunPolicy`, which is repeated for each linked version."]]],[]]