[[["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-14 UTC."],[[["This document details the `ExponentialBackoffPolicy` class within the Google Cloud Bigtable C++ client library, with the latest version being `2.37.0-rc`."],["The `ExponentialBackoffPolicy` class provides functionality to implement a simple exponential backoff policy for handling retries in RPC operations."],["The class includes constructors for setting initial and maximum delays, and it defines virtual functions for cloning, setting up client context, and calculating delay after RPC completion."],["The documented versions of the `ExponentialBackoffPolicy` span from version `2.11.0` to `2.37.0-rc`, showcasing its evolution over numerous releases."],["This policy can be used in multiple ways, whether it is by instantiating it using the `RPCPolicyParameters` or by setting the `initial_delay` and `maximum_delay` via `chrono`."]]],[]]