| Package | Description |
|---|---|
| org.spf4j.base |
| Modifier and Type | Class and Description |
|---|---|
static class |
Callables.FibonacciBackoffRetryPredicate<T,R>
Deprecated.
use RetryPolicy
|
| Modifier and Type | Field and Description |
|---|---|
static Callables.RetryPredicate<Object,Object> |
Callables.RetryPredicate.NORETRY_DELAY_PREDICATE
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static <T,EX extends Exception> |
Callables.executeWithRetry(Callables.CheckedCallable<T,EX> pwhat,
Callables.RetryPredicate<? super T,T> retryOnReturnVal,
Callables.RetryPredicate<Exception,T> retryOnException,
Class<EX> exceptionClass)
Deprecated.
use RetryPolicy
|
static <T,EX extends Exception> |
Callables.executeWithRetry(Callables.CheckedCallable<T,EX> pwhat,
Callables.RetryPredicate<? super T,T> retryOnReturnVal,
Callables.RetryPredicate<Exception,T> retryOnException,
Class<EX> exceptionClass)
Deprecated.
use RetryPolicy
|
Copyright © 2018 SPF4J. All rights reserved.