Package | Description |
---|---|
org.jclouds.atmos | |
org.jclouds.azureblob | |
org.jclouds.cloudfiles |
This package contains an Rackspace Cloud Files client implemented by
HttpCommandExecutorService commands. |
org.jclouds.dynect.v3 | |
org.jclouds.dynect.v3.features | |
org.jclouds.hpcloud.objectstorage.extensions | |
org.jclouds.openstack.swift | |
org.jclouds.s3 |
This package contains an Amazon S3 client implemented by
HttpCommandExecutorService commands. |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<URI> |
AtmosAsyncClient.createFile(String parent,
AtmosObject object,
PutOptions... options)
Deprecated.
|
com.google.common.util.concurrent.ListenableFuture<Void> |
AtmosAsyncClient.updateFile(String parent,
AtmosObject object,
PutOptions... options)
Deprecated.
|
Modifier and Type | Interface and Description |
---|---|
interface |
AzureBlobAsyncClient
Deprecated.
please use
org.jclouds.ContextBuilder#buildApi(AzureBlobClient.class) as
AzureBlobAsyncClient interface will be removed in jclouds 1.7. |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<String> |
AzureBlobAsyncClient.putBlob(String container,
AzureBlob object)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<Boolean> |
CloudFilesAsyncClient.disableCDN(String container)
Deprecated.
|
com.google.common.util.concurrent.ListenableFuture<URI> |
CloudFilesAsyncClient.enableCDN(String container)
Deprecated.
|
com.google.common.util.concurrent.ListenableFuture<URI> |
CloudFilesAsyncClient.enableCDN(String container,
long ttl)
Deprecated.
|
com.google.common.util.concurrent.ListenableFuture<URI> |
CloudFilesAsyncClient.enableCDN(String container,
long ttl,
boolean logRetention)
Deprecated.
|
com.google.common.util.concurrent.ListenableFuture<Boolean> |
CloudFilesAsyncClient.purgeCDNObject(String container,
String object,
Iterable<String> emails)
Deprecated.
|
com.google.common.util.concurrent.ListenableFuture<Boolean> |
CloudFilesAsyncClient.setCDNStaticWebsiteError(String container,
String error)
Deprecated.
|
com.google.common.util.concurrent.ListenableFuture<Boolean> |
CloudFilesAsyncClient.setCDNStaticWebsiteIndex(String container,
String index)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Job |
DynECTApi.getJob(long jobId)
returns the current status of a job.
|
Modifier and Type | Interface and Description |
---|---|
interface |
GeoRegionGroupApi |
interface |
GeoServiceApi |
interface |
RecordApi |
interface |
SessionApi |
interface |
ZoneApi |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<Boolean> |
CDNContainerAsyncApi.disable(String container) |
com.google.common.util.concurrent.ListenableFuture<URI> |
CDNContainerAsyncApi.enable(String container) |
com.google.common.util.concurrent.ListenableFuture<URI> |
CDNContainerAsyncApi.enable(String container,
long ttl) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<Boolean> |
CommonSwiftAsyncClient.copyObject(String sourceContainer,
String sourceObject,
String destinationContainer,
String destinationObject)
Deprecated.
|
com.google.common.util.concurrent.ListenableFuture<String> |
CommonSwiftAsyncClient.putObject(String container,
SwiftObject object)
Deprecated.
|
com.google.common.util.concurrent.ListenableFuture<String> |
CommonSwiftAsyncClient.putObjectManifest(String container,
String name)
Deprecated.
|
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)
Deprecated.
|
com.google.common.util.concurrent.ListenableFuture<String> |
S3AsyncClient.putObject(String bucketName,
S3Object object,
PutObjectOptions... options)
Deprecated.
|
Copyright © 2009-2013 jclouds. All Rights Reserved.