Constructor and Description |
---|
AtmosClientErrorRetryHandler(BackoffLimitedRetryHandler backoffHandler,
AtmosUtils utils) |
Constructor and Description |
---|
AzureStorageClientErrorRetryHandler(BackoffLimitedRetryHandler backoffHandler,
AzureStorageUtils utils) |
Modifier and Type | Field and Description |
---|---|
protected BackoffLimitedRetryHandler |
GetAllBlobsInListAndRetryOnFailure.retryHandler |
protected BackoffLimitedRetryHandler |
FetchBlobMetadata.retryHandler |
protected BackoffLimitedRetryHandler |
DeleteAllKeysInList.retryHandler |
Modifier and Type | Class and Description |
---|---|
class |
InvalidateSessionAndRetryOn401AndLogoutOnClose
This will parse and set an appropriate exception on the command object.
|
Modifier and Type | Method and Description |
---|---|
static <F,T> Iterable<T> |
FutureIterables.transformParallel(Iterable<F> fromIterable,
com.google.common.base.Function<? super F,Future<T>> function,
ExecutorService exec,
Long maxTime,
Logger logger,
String logPrefix,
BackoffLimitedRetryHandler retryHandler,
int maxRetries) |
Constructor and Description |
---|
DeltacloudRedirectionRetryHandler(Provider<UriBuilder> uriBuilderProvider,
BackoffLimitedRetryHandler backoffHandler) |
Modifier and Type | Field and Description |
---|---|
protected BackoffLimitedRetryHandler |
RedirectionRetryHandler.backoffHandler |
static BackoffLimitedRetryHandler |
BackoffLimitedRetryHandler.INSTANCE |
Constructor and Description |
---|
DelegatingRetryHandler(BackoffLimitedRetryHandler backOff,
RedirectionRetryHandler redirectionRetryHandler) |
RedirectionRetryHandler(Provider<UriBuilder> uriBuilderProvider,
BackoffLimitedRetryHandler backoffHandler) |
Constructor and Description |
---|
S3RedirectionRetryHandler(Provider<UriBuilder> uriBuilderProvider,
BackoffLimitedRetryHandler backoffHandler,
AWSUtils utils) |
Constructor and Description |
---|
JschSshClient(BackoffLimitedRetryHandler backoffLimitedRetryHandler,
IPSocket socket,
int timeout,
String username,
String password,
byte[] privateKey) |
Constructor and Description |
---|
SshjSshClient(BackoffLimitedRetryHandler backoffLimitedRetryHandler,
IPSocket socket,
int timeout,
String username,
String password,
byte[] privateKey) |
Copyright © 2009-2012 jclouds. All Rights Reserved.