Uses of Class
org.jclouds.http.handlers.BackoffLimitedRetryHandler
-
Packages that use BackoffLimitedRetryHandler Package Description org.jclouds.concurrent org.jclouds.http.handlers -
-
Uses of BackoffLimitedRetryHandler in org.jclouds.concurrent
Methods in org.jclouds.concurrent with parameters of type BackoffLimitedRetryHandler Modifier and Type Method 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) -
Uses of BackoffLimitedRetryHandler in org.jclouds.http.handlers
Fields in org.jclouds.http.handlers declared as BackoffLimitedRetryHandler Modifier and Type Field Description protected BackoffLimitedRetryHandlerRedirectionRetryHandler. backoffHandlerstatic BackoffLimitedRetryHandlerBackoffLimitedRetryHandler. INSTANCEConstructors in org.jclouds.http.handlers with parameters of type BackoffLimitedRetryHandler Constructor Description DelegatingRetryHandler(BackoffLimitedRetryHandler backOff, RedirectionRetryHandler redirectionRetryHandler)RedirectionRetryHandler(BackoffLimitedRetryHandler backoffHandler)
-