public class RetryPolicy extends Object
RetryPolicy(int maxRetries, long retryBackoffMaxMs, long retryBackoffMinMs)
long
backOffMs(int attempts)
int
maxRetries()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public RetryPolicy(int maxRetries, long retryBackoffMaxMs, long retryBackoffMinMs)
public int maxRetries()
public long backOffMs(int attempts)