Package | Description |
---|---|
org.spf4j.base |
Modifier and Type | Class and Description |
---|---|
static class |
CallablesNano.NanoTimeoutCallable<T,EX extends Exception>
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static <T,EX extends Exception> |
Callables.executeWithRetry(Callables.TimeoutCallable<T,EX> what,
Callables.TimeoutRetryPredicate<? super T,T> retryOnReturnVal,
Callables.TimeoutRetryPredicate<Exception,T> retryOnException,
Class<EX> exceptionClass)
Deprecated.
use RetryPolicy
|
static <T,EX extends Exception> |
Callables.executeWithRetry(Callables.TimeoutCallable<T,EX> what,
Callables.TimeoutRetryPredicate<Exception,T> retryOnException,
Class<EX> exceptionClass)
Deprecated.
use RetryPolicy
|
static <T,EX extends Exception> |
Callables.executeWithRetry(Callables.TimeoutCallable<T,EX> what,
int nrImmediateRetries,
int maxRetryWaitMillis,
Callables.AdvancedRetryPredicate<Exception> retryOnException,
Class<EX> exceptionClass)
Deprecated.
use RetryPolicy
|
static <T,EX extends Exception> |
Callables.executeWithRetry(Callables.TimeoutCallable<T,EX> what,
int nrImmediateRetries,
int maxWaitMillis,
Callables.TimeoutRetryPredicate<? super T,T> retryOnReturnVal,
Callables.AdvancedRetryPredicate<Exception> retryOnException,
Class<EX> exceptionClass)
Deprecated.
use RetryPolicy
|
static <T,EX extends Exception> |
Callables.executeWithRetry(Callables.TimeoutCallable<T,EX> what,
int nrImmediateRetries,
int maxRetryWaitMillis,
Class<EX> exceptionClass)
Deprecated.
use RetryPolicy
|
static <T> T |
Callables.executeWithRetry(Callables.TimeoutCallable<T,RuntimeException> what,
int nrImmediateRetries,
int maxRetryWaitMillis)
Deprecated.
use RetryPolicy
|
static <T> T |
Callables.executeWithRetry(Callables.TimeoutCallable<T,RuntimeException> what,
int nrImmediateRetries,
int maxRetryWaitMillis,
Callables.AdvancedRetryPredicate<Exception> retryOnException)
Deprecated.
use RetryPolicy
|
Copyright © 2018 SPF4J. All rights reserved.