RetryPolicy
public class RetryOneTime extends RetryNTimes
Constructor | Description |
---|---|
RetryOneTime(int sleepMsBetweenRetry) |
Modifier and Type | Method | Description |
---|---|---|
boolean |
allowRetry(int retryCount,
long elapsedTimeMs,
RetrySleeper sleeper) |
Called when an operation has failed for some reason.
|
int |
getN() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getSleepTimeMs
public int getN()
public boolean allowRetry(int retryCount, long elapsedTimeMs, RetrySleeper sleeper)
RetryPolicy
allowRetry
in interface RetryPolicy
retryCount
- the number of times retried so far (0 the first time)elapsedTimeMs
- the elapsed time in ms since the operation was attemptedsleeper
- use this to sleep - DO NOT call Thread.sleepCopyright © 2011–2018 The Apache Software Foundation. All rights reserved.