| Constructor and Description |
|---|
AsyncRetryJob(RetryCallable<com.google.common.util.concurrent.ListenableFuture<V>> userTask,
AsyncRetryExecutor parent) |
AsyncRetryJob(RetryCallable<com.google.common.util.concurrent.ListenableFuture<V>> userTask,
AsyncRetryExecutor parent,
AsyncRetryContext context,
com.google.common.util.concurrent.SettableFuture<V> future) |
| Modifier and Type | Method and Description |
|---|---|
protected RetryJob<V> |
nextTask(AsyncRetryContext nextRetryContext) |
void |
run(long startTime) |
complete, getFuture, handleManualAbort, handleThrowable, handleUserThrowable, logAbort, logFailure, logRetry, logSuccess, runpublic AsyncRetryJob(RetryCallable<com.google.common.util.concurrent.ListenableFuture<V>> userTask, AsyncRetryExecutor parent)
public AsyncRetryJob(RetryCallable<com.google.common.util.concurrent.ListenableFuture<V>> userTask, AsyncRetryExecutor parent, AsyncRetryContext context, com.google.common.util.concurrent.SettableFuture<V> future)
Copyright © 2014. All rights reserved.