public abstract class AbstractRetryPolicy extends Object implements RetryPolicy
public boolean shouldRetry(int retried,
long elapsed,
boolean sleep)
RetryPolicyshouldRetry 在接口中 RetryPolicyretried - the number of times retried so farelapsed - the elapsed time in millisecond since the operation was attemptedsleep - should be sleepCopyright © 2011–2023 The Apache Software Foundation. All rights reserved.