Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdk-platform-java/gax-java/gax/src/main/java/com/google/api/gax/retrying/
H A DExponentialRetryAlgorithm.java69 public TimedAttemptSettings createFirstAttempt() { in createFirstAttempt() method in ExponentialRetryAlgorithm
90 public TimedAttemptSettings createFirstAttempt(RetryingContext context) { in createFirstAttempt() method in ExponentialRetryAlgorithm
H A DRetryAlgorithm.java99 public TimedAttemptSettings createFirstAttempt() { in createFirstAttempt() method in RetryAlgorithm
110 public TimedAttemptSettings createFirstAttempt(RetryingContext context) { in createFirstAttempt() method in RetryAlgorithm
H A DTimedRetryAlgorithm.java49 TimedAttemptSettings createFirstAttempt(); in createFirstAttempt() method
H A DTimedRetryAlgorithmWithContext.java61 TimedAttemptSettings createFirstAttempt(RetryingContext context); in createFirstAttempt() method