Package | Description |
---|---|
org.jclouds.azureblob | |
org.jclouds.cloudfiles |
This package contains an Rackspace Cloud Files client implemented by
HttpCommandExecutorService commands. |
org.jclouds.hpcloud.objectstorage.extensions | |
org.jclouds.joyent.cloudapi.v6_5.features | |
org.jclouds.openstack.swift | |
org.jclouds.s3 |
This package contains an Amazon S3 client implemented by
HttpCommandExecutorService commands. |
org.jclouds.snia.cdmi.v1.features |
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> |
HPCloudCDNAsyncClient.disableCDN(String container) |
com.google.common.util.concurrent.ListenableFuture<URI> |
HPCloudCDNAsyncClient.enableCDN(String container) |
com.google.common.util.concurrent.ListenableFuture<URI> |
HPCloudCDNAsyncClient.enableCDN(String container,
long ttl) |
Modifier and Type | Interface and Description |
---|---|
interface |
DatacenterAsyncApi
Datacenter Services
|
interface |
DatasetAsyncApi
Provides asynchronous access to Dataset via their REST API.
|
interface |
KeyAsyncApi |
interface |
MachineAsyncApi
Provides asynchronous access to Machine via their REST API.
|
interface |
PackageAsyncApi
Provides asynchronous access to Dataset via their REST API.
|
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<String> |
CommonSwiftAsyncClient.putObjectManifest(String container,
String name) |
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) |
Modifier and Type | Interface and Description |
---|---|
interface |
ContainerAsyncApi
Container Object Resource Operations
|
interface |
DomainAsyncApi
Domain Object Resource Operations
|
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<DataObject> |
DataAsyncApi.createDataObject(String containerName,
String dataObjectName,
CreateDataObjectOptions... options) |
com.google.common.util.concurrent.ListenableFuture<Void> |
DataAsyncApi.deleteDataObject(String containerName,
String dataObjectName) |
com.google.common.util.concurrent.ListenableFuture<DataObject> |
DataAsyncApi.getDataObject(String containerName,
String dataObjectName) |
Copyright © 2009-2012 jclouds. All Rights Reserved.