[[["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-03-05 UTC."],[[["This document outlines the `ExponentialBackoffPolicy` class within the Google Cloud Bigtable C++ client library, detailing its use in managing retries with increasing delays."],["The library offers multiple versions, from the latest release candidate `2.37.0-rc` down to version `2.11.0`, all referencing the `ExponentialBackoffPolicy` class."],["The `ExponentialBackoffPolicy` class provides constructors to customize the initial and maximum delay for retries, accepting `internal::RPCPolicyParameters` or specific `std::chrono::duration` values."],["Key functions include `clone()` for creating copies, `Setup()` to update the `ClientContext`, and `OnCompletion()` to determine the delay after an RPC operation, depending on the `status` returned."],["The `OnCompletion()` function is implemented to calculate the time delay in milliseconds before retrying the operation."]]],[]]