|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use S3AsyncClient | |
|---|---|
| org.jclouds.s3 | This package contains an Amazon S3 client implemented by HttpCommandExecutorService commands. |
| org.jclouds.s3.blobstore | |
| org.jclouds.s3.config | This package contains modules who manage the dependencies of the S3Context, S3Client, and S3 Map views. |
| Uses of S3AsyncClient in org.jclouds.s3 |
|---|
| Fields in org.jclouds.s3 with type parameters of type S3AsyncClient | |
|---|---|
static com.google.common.reflect.TypeToken<org.jclouds.rest.RestContext<? extends S3Client,? extends S3AsyncClient>> |
S3ApiMetadata.CONTEXT_TOKEN
Deprecated. please use org.jclouds.ContextBuilder#buildClient(S3Client.class) as
S3AsyncClient interface will be removed in jclouds 1.7. |
| Uses of S3AsyncClient in org.jclouds.s3.blobstore |
|---|
| Classes in org.jclouds.s3.blobstore with type parameters of type S3AsyncClient | |
|---|---|
class |
S3BlobRequestSigner<T extends S3AsyncClient>
|
| Constructors in org.jclouds.s3.blobstore with parameters of type S3AsyncClient | |
|---|---|
S3AsyncBlobStore(org.jclouds.blobstore.BlobStoreContext context,
org.jclouds.blobstore.util.BlobUtils blobUtils,
com.google.common.util.concurrent.ListeningExecutorService userExecutor,
com.google.common.base.Supplier<org.jclouds.domain.Location> defaultLocation,
com.google.common.base.Supplier<Set<? extends org.jclouds.domain.Location>> locations,
S3AsyncClient async,
S3Client sync,
com.google.common.base.Function<Set<BucketMetadata>,org.jclouds.blobstore.domain.PageSet<? extends org.jclouds.blobstore.domain.StorageMetadata>> convertBucketsToStorageMetadata,
ContainerToBucketListOptions container2BucketListOptions,
BucketToResourceList bucket2ResourceList,
ObjectToBlob object2Blob,
org.jclouds.blobstore.functions.BlobToHttpGetOptions blob2ObjectGetOptions,
BlobToObject blob2Object,
ObjectToBlobMetadata object2BlobMd,
javax.inject.Provider<org.jclouds.blobstore.strategy.internal.FetchBlobMetadata> fetchBlobMetadataProvider,
com.google.common.cache.LoadingCache<String,AccessControlList> bucketAcls)
Deprecated. |
|
| Uses of S3AsyncClient in org.jclouds.s3.config |
|---|
| Classes in org.jclouds.s3.config with type parameters of type S3AsyncClient | |
|---|---|
class |
S3RestClientModule<S extends S3Client,A extends S3AsyncClient>
Configures the S3 connection, including logging and http transport. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||