Package | Description |
---|---|
org.jclouds.atmos.handlers | |
org.jclouds.aws.handlers |
This package contains HttpResponseHandlers needed to operate the REST api.
|
org.jclouds.azure.storage.handlers | |
org.jclouds.blobstore.strategy.internal | |
org.jclouds.cloudstack.handlers | |
org.jclouds.concurrent | |
org.jclouds.deltacloud.handlers | |
org.jclouds.http.handlers | |
org.jclouds.s3.handlers | |
org.jclouds.sqs.handlers | |
org.jclouds.ssh.jsch | |
org.jclouds.sshj |
Constructor and Description |
---|
AtmosClientErrorRetryHandler(BackoffLimitedRetryHandler backoffHandler,
AtmosUtils utils) |
Constructor and Description |
---|
AWSClientErrorRetryHandler(AWSUtils utils,
BackoffLimitedRetryHandler backoffLimitedRetryHandler,
Set<String> retryableCodes) |
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<? extends T>> function,
ExecutorService exec,
Long maxTime,
Logger logger,
String logPrefix,
BackoffLimitedRetryHandler retryHandler,
int maxRetries) |
Constructor and Description |
---|
DeltacloudRedirectionRetryHandler(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(BackoffLimitedRetryHandler backoffHandler) |
Constructor and Description |
---|
S3RedirectionRetryHandler(BackoffLimitedRetryHandler backoffHandler,
AWSUtils utils) |
Constructor and Description |
---|
SQSErrorRetryHandler(AWSUtils utils,
BackoffLimitedRetryHandler backoffLimitedRetryHandler,
Set<String> retryableCodes,
int maxTries,
long retryInterval) |
Constructor and Description |
---|
JschSshClient(BackoffLimitedRetryHandler backoffLimitedRetryHandler,
com.google.common.net.HostAndPort socket,
LoginCredentials loginCredentials,
int timeout) |
Constructor and Description |
---|
SshjSshClient(BackoffLimitedRetryHandler backoffLimitedRetryHandler,
com.google.common.net.HostAndPort socket,
LoginCredentials loginCredentials,
int timeout) |
Copyright © 2009-2013 jclouds. All Rights Reserved.