| Package | Description |
|---|---|
| org.jclouds.concurrent | |
| org.jclouds.http.handlers |
| Modifier and Type | Method and Description |
|---|---|
static <F,T> Iterable<T> |
FutureIterables.transformParallel(Iterable<F> fromIterable,
com.google.common.base.Function<? super F,com.google.common.util.concurrent.ListenableFuture<? extends T>> function,
com.google.common.util.concurrent.ListeningExecutorService exec,
Long maxTime,
Logger logger,
String logPrefix,
BackoffLimitedRetryHandler retryHandler,
int maxRetries) |
| Modifier and Type | Field and Description |
|---|---|
protected BackoffLimitedRetryHandler |
RedirectionRetryHandler.backoffHandler |
static BackoffLimitedRetryHandler |
BackoffLimitedRetryHandler.INSTANCE |
| Constructor and Description |
|---|
DelegatingRetryHandler(BackoffLimitedRetryHandler backOff,
RedirectionRetryHandler redirectionRetryHandler) |
RedirectionRetryHandler(BackoffLimitedRetryHandler backoffHandler) |
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.