Package | Description |
---|---|
org.jclouds.cloudfiles |
This package contains an Rackspace Cloud Files client implemented by
HttpCommandExecutorService commands. |
org.jclouds.cloudservers | |
org.jclouds.hpcloud.objectstorage |
This package contains an HP Cloud Object Storage client implemented by
HttpCommandExecutorService commands. |
org.jclouds.hpcloud.objectstorage.extensions | |
org.jclouds.openstack.keystone.v2_0.features | |
org.jclouds.openstack.swift | |
org.jclouds.openstack.swift.extensions | |
org.jclouds.rackspace.clouddns.v1 | |
org.jclouds.rackspace.clouddns.v1.features | |
org.jclouds.s3 |
This package contains an Amazon S3 client implemented by
HttpCommandExecutorService commands. |
org.jclouds.trmk.vcloud_0_8.internal | |
org.jclouds.vcloud.features | |
org.jclouds.vcloud.internal |
Modifier and Type | Interface and Description |
---|---|
interface |
CloudFilesAsyncClient
Deprecated.
please use
org.jclouds.ContextBuilder#buildApi(CloudFilesClient.class) as
CloudFilesAsyncClient interface will be removed in jclouds 1.7. |
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<ContainerCDNMetadata> |
CloudFilesAsyncClient.getCDNMetadata(String container)
Deprecated.
|
com.google.common.util.concurrent.ListenableFuture<? extends Set<ContainerCDNMetadata>> |
CloudFilesAsyncClient.listCDNContainers(ListCdnContainerOptions... options)
Deprecated.
|
com.google.common.util.concurrent.ListenableFuture<Boolean> |
CloudFilesAsyncClient.purgeCDNObject(String container,
String object)
Deprecated.
|
com.google.common.util.concurrent.ListenableFuture<Boolean> |
CloudFilesAsyncClient.purgeCDNObject(String container,
String object,
Iterable<String> emails)
Deprecated.
|
com.google.common.util.concurrent.ListenableFuture<URI> |
CloudFilesAsyncClient.updateCDN(String container,
boolean logRetention)
Deprecated.
|
com.google.common.util.concurrent.ListenableFuture<URI> |
CloudFilesAsyncClient.updateCDN(String container,
long ttl)
Deprecated.
|
com.google.common.util.concurrent.ListenableFuture<URI> |
CloudFilesAsyncClient.updateCDN(String container,
long ttl,
boolean logRetention)
Deprecated.
|
Modifier and Type | Interface and Description |
---|---|
interface |
CloudServersAsyncClient
Deprecated.
please use
org.jclouds.ContextBuilder#buildApi(CloudServersClient.class) as
CloudServersAsyncClient interface will be removed in jclouds 1.7. |
Modifier and Type | Interface and Description |
---|---|
interface |
HPCloudObjectStorageAsyncApi
Deprecated.
please use
org.jclouds.ContextBuilder#buildApi(HPCloudObjectStorageApi.class) as
HPCloudObjectStorageAsyncApi interface will be removed in jclouds 1.7. |
Modifier and Type | Interface and Description |
---|---|
interface |
CDNContainerAsyncApi
Provides asynchronous access to HP Cloud Object Storage via the REST API.
|
Modifier and Type | Interface and Description |
---|---|
interface |
TenantAsyncApi
Provides asynchronous access to Tenant via their REST API.
|
interface |
TokenAsyncApi
Provides asynchronous access to Token via their REST API.
|
interface |
UserAsyncApi
Provides asynchronous access to User via their REST API.
|
Modifier and Type | Interface and Description |
---|---|
interface |
SwiftAsyncClient
Deprecated.
please use
org.jclouds.ContextBuilder#buildApi(SwiftClient.class) as
SwiftAsyncClient interface will be removed in jclouds 1.7. |
interface |
SwiftKeystoneAsyncClient
Deprecated.
please use
org.jclouds.ContextBuilder#buildApi(SwiftKeystoneClient.class) as
SwiftKeystoneAsyncClient interface will be removed in jclouds 1.7. |
Modifier and Type | Interface and Description |
---|---|
interface |
KeystoneTemporaryUrlKeyAsyncApi
Only purpose is to override the auth filter with one that works in keystone
|
interface |
TemporaryUrlKeyAsyncApi |
Modifier and Type | Method and Description |
---|---|
<T> Job<T> |
CloudDNSApi.getJob(String jobId)
Returns the current status of a job.
|
Modifier and Type | Interface and Description |
---|---|
interface |
DomainApi |
interface |
LimitApi
All accounts, by default, have a preconfigured set of thresholds (or limits) to manage capacity and prevent abuse
of the system.
|
interface |
RecordApi |
interface |
ReverseDNSApi
Cloud DNS supports the management of reverse DNS (PTR) records for Rackspace Cloud devices such as Cloud Load
Balancers and Cloud Servers (both first generation and next generation).
|
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<String> |
S3AsyncClient.getBucketLocation(String bucketName)
Deprecated.
|
com.google.common.util.concurrent.ListenableFuture<Boolean> |
S3AsyncClient.putBucketInRegion(String region,
String bucketName,
PutBucketOptions... options)
Deprecated.
|
Modifier and Type | Interface and Description |
---|---|
interface |
TerremarkVCloudLoginAsyncClient
Establishes a context with a VCloud endpoint.
|
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<Map<String,ReferenceType>> |
OrgAsyncClient.listOrgs() |
Modifier and Type | Interface and Description |
---|---|
interface |
VCloudLoginAsyncClient
Establishes a context with a VCloud endpoint.
|
Copyright © 2009-2013 jclouds. All Rights Reserved.