public class RetryingClientTimeBased extends Object
| Modifier and Type | Field and Description |
|---|---|
protected double |
backOff |
protected long |
initialDelayInSeconds |
protected int |
maxJitterInSeconds |
protected long |
maxRetryDelayInSeconds |
protected long |
totalDurationInSeconds |
| Constructor and Description |
|---|
RetryingClientTimeBased() |
protected long totalDurationInSeconds
protected long initialDelayInSeconds
protected long maxRetryDelayInSeconds
protected double backOff
protected int maxJitterInSeconds
protected <T> T invokeWithRetry(Callable<T> func) throws SemanticException
SemanticExceptionCopyright © 2024 The Apache Software Foundation. All rights reserved.