Home
last modified time | relevance | path

Searched defs:ExponentialRetryAlgorithm (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/sdk-platform-java/gax-java/gax/src/main/java/com/google/api/gax/retrying/
H A DExponentialRetryAlgorithm.java45 public class ExponentialRetryAlgorithm implements TimedRetryAlgorithmWithContext { class
57 public ExponentialRetryAlgorithm(RetrySettings globalSettings, ApiClock clock) { in ExponentialRetryAlgorithm() method in ExponentialRetryAlgorithm