Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdk-platform-java/gax-java/gax/src/main/java/com/google/api/gax/retrying/
H A DScheduledRetryingExecutor.java60 private final RetryAlgorithm<ResponseT> retryAlgorithm; field in ScheduledRetryingExecutor
71 RetryAlgorithm<ResponseT> retryAlgorithm, ScheduledExecutorService scheduler) { in ScheduledRetryingExecutor()
H A DDirectRetryingExecutor.java51 private final RetryAlgorithm<ResponseT> retryAlgorithm; field in DirectRetryingExecutor
60 public DirectRetryingExecutor(RetryAlgorithm<ResponseT> retryAlgorithm) { in DirectRetryingExecutor()
H A DBasicRetryingFuture.java62 private final RetryAlgorithm<ResponseT> retryAlgorithm; field in BasicRetryingFuture
74 RetryAlgorithm<ResponseT> retryAlgorithm, in BasicRetryingFuture()
H A DCallbackChainRetryingFuture.java60 RetryAlgorithm<ResponseT> retryAlgorithm, in CallbackChainRetryingFuture()
/aosp_15_r20/external/sdk-platform-java/gax-java/gax/src/test/java/com/google/api/gax/retrying/
H A DBasicRetryingFutureTest.java67 RetryAlgorithm<Integer> retryAlgorithm = mock(RetryAlgorithm.class); in testHandleAttemptDoesNotThrowNPEWhenLogLevelLowerThanFiner() local
108 RetryAlgorithm<Integer> retryAlgorithm = mock(RetryAlgorithm.class); in testUsesRetryingContext() local
H A DScheduledRetryingExecutorTest.java63 protected RetryingExecutorWithContext<String> getExecutor(RetryAlgorithm<String> retryAlgorithm) { in getExecutor()
76 RetryAlgorithm<String> retryAlgorithm, ScheduledExecutorService scheduler) { in getRetryingExecutor()
H A DDirectRetryingExecutorTest.java40 protected RetryingExecutorWithContext<String> getExecutor(RetryAlgorithm<String> retryAlgorithm) { in getExecutor()
H A DAbstractRetryingExecutorTest.java88 RetryAlgorithm<String> retryAlgorithm); in getExecutor()
/aosp_15_r20/external/sdk-platform-java/gax-java/gax/src/main/java/com/google/api/gax/rpc/
H A DCallables.java70 RetryAlgorithm<ResponseT> retryAlgorithm = in retrying() local
95 StreamingRetryAlgorithm<Void> retryAlgorithm = in retrying() local
/aosp_15_r20/external/sdk-platform-java/java-core/google-cloud-core/src/main/java/com/google/cloud/
H A DRetryHelper.java72 RetryAlgorithm<V> retryAlgorithm = new RetryAlgorithm<>(resultAlgorithm, timedAlgorithm); in run() local