[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-09 UTC."],[[["This webpage provides documentation for the `ExponentialBackoffPolicy` class within the Google Cloud Bigtable C++ library, covering versions from 2.11.0 up to the latest release candidate 2.37.0-rc."],["The `ExponentialBackoffPolicy` class implements a simple exponential backoff mechanism, used to manage delays between retries of failed RPC operations."],["There are two constructors available for the `ExponentialBackoffPolicy`, allowing users to provide `internal::RPCPolicyParameters` or to define custom `initial_delay` and `maximum_delay` values."],["Key functions include `clone()` for creating copies of the policy, `Setup()` to update the `grpc::ClientContext`, and `OnCompletion()` to determine the delay after an RPC operation based on its `Status`."],["The `OnCompletion()` function returns the amount of time, in milliseconds, to delay before attempting the next operation."]]],[]]