Home
last modified time | relevance | path

Searched defs:shouldRetry (Results 1 – 25 of 33) sorted by relevance

12

/external/sdk-platform-java/gax-java/gax/src/main/java/com/google/api/gax/rpc/
DApiResultRetryAlgorithm.java40 public boolean shouldRetry(Throwable previousThrowable, ResponseT previousResponse) { in shouldRetry() method in ApiResultRetryAlgorithm
52 public boolean shouldRetry( in shouldRetry() method in ApiResultRetryAlgorithm
/external/sdk-platform-java/gax-java/gax/src/main/java/com/google/api/gax/retrying/
DBasicResultRetryAlgorithm.java73 public boolean shouldRetry(Throwable previousThrowable, ResponseT previousResponse) { in shouldRetry() method in BasicResultRetryAlgorithm
82 public boolean shouldRetry( in shouldRetry() method in BasicResultRetryAlgorithm
DStreamingRetryAlgorithm.java123 public boolean shouldRetry( in shouldRetry() method in StreamingRetryAlgorithm
138 public boolean shouldRetry( in shouldRetry() method in StreamingRetryAlgorithm
DExponentialRetryAlgorithm.java197 public boolean shouldRetry(TimedAttemptSettings nextAttemptSettings) { in shouldRetry() method in ExponentialRetryAlgorithm
252 public boolean shouldRetry(RetryingContext context, TimedAttemptSettings nextAttemptSettings) { in shouldRetry() method in ExponentialRetryAlgorithm
DTimedRetryAlgorithm.java67 boolean shouldRetry(TimedAttemptSettings nextAttemptSettings) throws CancellationException; in shouldRetry() method
DExponentialPollAlgorithm.java64 public boolean shouldRetry(TimedAttemptSettings nextAttemptSettings) throws PollException { in shouldRetry() method in ExponentialPollAlgorithm
DRetryAlgorithm.java207 public boolean shouldRetry( in shouldRetry() method in RetryAlgorithm
229 public boolean shouldRetry( in shouldRetry() method in RetryAlgorithm
DResultRetryAlgorithm.java57 boolean shouldRetry(Throwable prevThrowable, ResponseT prevResponse) throws CancellationException; in shouldRetry() method
DTimedRetryAlgorithmWithContext.java85 boolean shouldRetry(RetryingContext context, TimedAttemptSettings nextAttemptSettings); in shouldRetry() method
DResultRetryAlgorithmWithContext.java78 boolean shouldRetry( in shouldRetry() method
/external/aws-sdk-java-v2/core/regions/src/main/java/software/amazon/awssdk/regions/util/
DResourcesEndpointRetryPolicy.java38 boolean shouldRetry(int retriesAttempted, ResourcesEndpointRetryParameters retryParams); in shouldRetry() method
/external/aws-sdk-java-v2/core/auth/src/main/java/software/amazon/awssdk/auth/credentials/internal/
DContainerCredentialsRetryPolicy.java31 public boolean shouldRetry(int retriesAttempted, ResourcesEndpointRetryParameters retryParams) { in shouldRetry() method in ContainerCredentialsRetryPolicy
/external/sdk-platform-java/gax-java/gax/src/main/java/com/google/api/gax/longrunning/
DOperationResponsePollAlgorithm.java47 public boolean shouldRetry(Throwable prevThrowable, OperationSnapshot prevResponse) { in shouldRetry() method in OperationResponsePollAlgorithm
DOperationTimedPollAlgorithm.java75 public boolean shouldRetry(TimedAttemptSettings nextAttemptSettings) in shouldRetry() method in OperationTimedPollAlgorithm
/external/aws-sdk-java-v2/core/sdk-core/src/main/java/software/amazon/awssdk/core/retry/conditions/
DRetryOnThrottlingCondition.java37 public boolean shouldRetry(RetryPolicyContext context) { in shouldRetry() method in RetryOnThrottlingCondition
DRetryOnClockSkewCondition.java37 public boolean shouldRetry(RetryPolicyContext context) { in shouldRetry() method in RetryOnClockSkewCondition
DRetryCondition.java31 boolean shouldRetry(RetryPolicyContext context); in shouldRetry() method
DMaxNumberOfRetriesCondition.java46 public boolean shouldRetry(RetryPolicyContext context) { in shouldRetry() method in MaxNumberOfRetriesCondition
DRetryOnStatusCodeCondition.java47 public boolean shouldRetry(RetryPolicyContext context) { in shouldRetry() method in RetryOnStatusCodeCondition
DOrRetryCondition.java45 public boolean shouldRetry(RetryPolicyContext context) { in shouldRetry() method in OrRetryCondition
DAndRetryCondition.java46 public boolean shouldRetry(RetryPolicyContext context) { in shouldRetry() method in AndRetryCondition
DRetryOnExceptionsCondition.java49 public boolean shouldRetry(RetryPolicyContext context) { in shouldRetry() method in RetryOnExceptionsCondition
/external/aws-sdk-java-v2/core/aws-core/src/test/java/software/amazon/awssdk/awscore/retry/
DRetryOnErrorCodeConditionTest.java49 private boolean shouldRetry(Consumer<RetryPolicyContext.Builder> builder) { in shouldRetry() method in RetryOnErrorCodeConditionTest
/external/aws-sdk-java-v2/core/aws-core/src/main/java/software/amazon/awssdk/awscore/retry/conditions/
DRetryOnErrorCodeCondition.java39 public boolean shouldRetry(RetryPolicyContext context) { in shouldRetry() method in RetryOnErrorCodeCondition
/external/aws-sdk-java-v2/core/sdk-core/src/test/java/software/amazon/awssdk/core/retry/
DDefaultRetryConditionTest.java76 private boolean shouldRetry(Consumer<RetryPolicyContext.Builder> builder) { in shouldRetry() method in DefaultRetryConditionTest

12