Package | Description |
---|---|
org.jclouds.cloudfiles |
This package contains an Rackspace Cloud Files client implemented by
HttpCommandExecutorService commands. |
org.jclouds.cloudservers | |
org.jclouds.deltacloud | |
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.nova | |
org.jclouds.openstack.swift | |
org.jclouds.openstack.swift.extensions | |
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 | |
org.jclouds.walrus |
Modifier and Type | Interface and Description |
---|---|
interface |
CloudFilesAsyncClient
Provides asynchronous access to Cloud Files via their REST API.
|
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) |
com.google.common.util.concurrent.ListenableFuture<URI> |
CloudFilesAsyncClient.enableCDN(String container,
long ttl,
boolean logRetention) |
com.google.common.util.concurrent.ListenableFuture<ContainerCDNMetadata> |
CloudFilesAsyncClient.getCDNMetadata(String container) |
com.google.common.util.concurrent.ListenableFuture<? extends Set<ContainerCDNMetadata>> |
CloudFilesAsyncClient.listCDNContainers(ListCdnContainerOptions... options) |
com.google.common.util.concurrent.ListenableFuture<Boolean> |
CloudFilesAsyncClient.purgeCDNObject(String container,
String object) |
com.google.common.util.concurrent.ListenableFuture<Boolean> |
CloudFilesAsyncClient.purgeCDNObject(String container,
String object,
Iterable<String> emails) |
com.google.common.util.concurrent.ListenableFuture<URI> |
CloudFilesAsyncClient.updateCDN(String container,
boolean logRetention) |
com.google.common.util.concurrent.ListenableFuture<URI> |
CloudFilesAsyncClient.updateCDN(String container,
long ttl) |
com.google.common.util.concurrent.ListenableFuture<URI> |
CloudFilesAsyncClient.updateCDN(String container,
long ttl,
boolean logRetention) |
Modifier and Type | Interface and Description |
---|---|
interface |
CloudServersAsyncClient
Provides asynchronous access to Cloud Servers via their REST API.
|
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<Instance> |
DeltacloudAsyncClient.createInstance(String imageId,
CreateInstanceOptions... options) |
com.google.common.util.concurrent.ListenableFuture<com.google.common.collect.Multimap<Instance.State,Transition>> |
DeltacloudAsyncClient.getInstanceStates() |
com.google.common.util.concurrent.ListenableFuture<Set<HardwareProfile>> |
DeltacloudAsyncClient.listHardwareProfiles() |
com.google.common.util.concurrent.ListenableFuture<Set<Image>> |
DeltacloudAsyncClient.listImages() |
com.google.common.util.concurrent.ListenableFuture<Set<Instance>> |
DeltacloudAsyncClient.listInstances() |
com.google.common.util.concurrent.ListenableFuture<Set<Realm>> |
DeltacloudAsyncClient.listRealms() |
Modifier and Type | Interface and Description |
---|---|
interface |
HPCloudObjectStorageAsyncApi
Provides asynchronous access to HP Cloud Object Storage via the REST API.
|
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 |
NovaAsyncClient
Deprecated.
Deprecated in jclouds 1.5.5, to be removed in jclouds 1.6. See NovaAsyncApi.
|
Modifier and Type | Interface and Description |
---|---|
interface |
CommonSwiftAsyncClient
Common features between OpenStack Swift and CloudFiles
|
interface |
SwiftAsyncClient
Functionality that's in Swift, and not in CloudFiles.
|
interface |
SwiftKeystoneAsyncClient
Functionality that's in Swift, and not in CloudFiles.
|
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 |
---|---|
com.google.common.util.concurrent.ListenableFuture<String> |
S3AsyncClient.getBucketLocation(String bucketName) |
com.google.common.util.concurrent.ListenableFuture<Boolean> |
S3AsyncClient.putBucketInRegion(String region,
String bucketName,
PutBucketOptions... options) |
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.
|
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<Boolean> |
WalrusAsyncClient.bucketExists(String bucketName) |
Copyright © 2009-2013 jclouds. All Rights Reserved.