Class ExponentialRetryAlgorithm

java.lang.Object
com.google.api.gax.retrying.ExponentialRetryAlgorithm
All Implemented Interfaces:
TimedRetryAlgorithm, TimedRetryAlgorithmWithContext
Direct Known Subclasses:
ExponentialPollAlgorithm, OperationTimedPollAlgorithm

public class ExponentialRetryAlgorithm extends Object implements TimedRetryAlgorithmWithContext
The timed retry algorithm which uses jittered exponential backoff factor for calculating the next attempt execution time.

This class is thread-safe.