[[["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-17 UTC."],[[["This document provides versioned documentation for the `ExponentialBackoffPolicy` class within the Google Cloud Bigtable C++ client library, ranging from version 2.11.0 to the latest release candidate 2.37.0-rc."],["The `ExponentialBackoffPolicy` class implements a policy for delaying retry attempts, with configurable initial and maximum delay periods."],["The class includes constructors for creating instances with either default RPC policy parameters or specified initial and maximum delays."],["It offers virtual functions like `clone()`, `Setup()`, and multiple `OnCompletion()` overloads to manage the retry process, including updating the `ClientContext`, and calculating the delay based on the status of an operation."],["The `OnCompletion()` functions are capable of taking in either a `grpc::Status` or a `Status` object as parameter, along with another version that takes no parameters, and all of which return a delay value in milliseconds."]]],[]]