Package | Description |
---|---|
org.jclouds.azureblob | |
org.jclouds.cloudfiles |
This package contains an Rackspace Cloud Files client implemented by
HttpCommandExecutorService commands. |
org.jclouds.hpcloud.objectstorage.lvs |
This package contains an HP Cloud Object StorageLasVegas client implemented by
HttpCommandExecutorService commands. |
org.jclouds.s3 |
This package contains an Amazon S3 client implemented by
HttpCommandExecutorService commands. |
Modifier and Type | Interface and Description |
---|---|
interface |
AzureBlobAsyncClient
Provides asynchronous access to Azure Blob via their REST API.
|
interface |
AzureBlobUtil
Helper functions needed to to derive BlobStore values
|
Modifier and Type | Method and Description |
---|---|
byte[] |
AzureBlobUtil.getMD5(URI container,
String key) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<Boolean> |
CloudFilesAsyncClient.disableCDN(String container) |
com.google.common.util.concurrent.ListenableFuture<URI> |
CloudFilesAsyncClient.enableCDN(String container) |
com.google.common.util.concurrent.ListenableFuture<URI> |
CloudFilesAsyncClient.enableCDN(String container,
long ttl) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<Boolean> |
HPCloudObjectStorageLasVegasAsyncClient.disableCDN(String container) |
com.google.common.util.concurrent.ListenableFuture<URI> |
HPCloudObjectStorageLasVegasAsyncClient.enableCDN(String container) |
com.google.common.util.concurrent.ListenableFuture<URI> |
HPCloudObjectStorageLasVegasAsyncClient.enableCDN(String container,
long ttl) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<ObjectMetadata> |
S3AsyncClient.copyObject(String sourceBucket,
String sourceObject,
String destinationBucket,
String destinationObject,
CopyObjectOptions... options) |
Copyright © 2009-2012 jclouds. All Rights Reserved.