public interface RetryExecutor
| Modifier and Type | Method and Description |
|---|---|
com.google.common.util.concurrent.ListenableFuture<Void> |
doWithRetry(RetryRunnable action) |
<V> com.google.common.util.concurrent.ListenableFuture<V> |
getFutureWithRetry(RetryCallable<com.google.common.util.concurrent.ListenableFuture<V>> task) |
<V> com.google.common.util.concurrent.ListenableFuture<V> |
getWithRetry(Callable<V> task) |
<V> com.google.common.util.concurrent.ListenableFuture<V> |
getWithRetry(RetryCallable<V> task) |
com.google.common.util.concurrent.ListenableFuture<Void> doWithRetry(RetryRunnable action)
<V> com.google.common.util.concurrent.ListenableFuture<V> getWithRetry(Callable<V> task)
<V> com.google.common.util.concurrent.ListenableFuture<V> getWithRetry(RetryCallable<V> task)
<V> com.google.common.util.concurrent.ListenableFuture<V> getFutureWithRetry(RetryCallable<com.google.common.util.concurrent.ListenableFuture<V>> task)
Copyright © 2014. All rights reserved.