public class RetryableParameters extends Object
| Constructor and Description |
|---|
RetryableParameters(int nbRetry,
int firstAttemptWaitingTime,
int waitingTime,
int randomRangeSleep,
TimeUnit timeUnit) |
| Modifier and Type | Method and Description |
|---|---|
int |
getFirstAttemptWaitingTime() |
int |
getNbRetry() |
int |
getRandomRangeSleep() |
TimeUnit |
getTimeUnit() |
int |
getWaitingTime() |
public RetryableParameters(int nbRetry,
int firstAttemptWaitingTime,
int waitingTime,
int randomRangeSleep,
TimeUnit timeUnit)
public int getNbRetry()
public int getFirstAttemptWaitingTime()
public int getWaitingTime()
public int getRandomRangeSleep()
public TimeUnit getTimeUnit()
Copyright © 2019 Vitam. All rights reserved.