protected <V> RetryJob<V> |
AsyncRetryExecutor.createFutureTask(RetryCallable<com.google.common.util.concurrent.ListenableFuture<V>> function) |
protected <V> RetryJob<V> |
AsyncRetryExecutor.createTask(RetryCallable<V> function) |
<V> com.google.common.util.concurrent.ListenableFuture<V> |
SyncRetryExecutor.getFutureWithRetry(RetryCallable<com.google.common.util.concurrent.ListenableFuture<V>> task) |
<V> com.google.common.util.concurrent.ListenableFuture<V> |
RetryExecutor.getFutureWithRetry(RetryCallable<com.google.common.util.concurrent.ListenableFuture<V>> task) |
<V> com.google.common.util.concurrent.ListenableFuture<V> |
AsyncRetryExecutor.getFutureWithRetry(RetryCallable<com.google.common.util.concurrent.ListenableFuture<V>> task) |
<V> com.google.common.util.concurrent.ListenableFuture<V> |
SyncRetryExecutor.getWithRetry(RetryCallable<V> task) |
<V> com.google.common.util.concurrent.ListenableFuture<V> |
RetryExecutor.getWithRetry(RetryCallable<V> task) |
<V> com.google.common.util.concurrent.ListenableFuture<V> |
AsyncRetryExecutor.getWithRetry(RetryCallable<V> task) |