Package | Description |
---|---|
org.jclouds.aws.s3 | |
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.lvs |
This package contains an HP Cloud Object StorageLasVegas client implemented by
HttpCommandExecutorService commands. |
org.jclouds.openstack.nova | |
org.jclouds.openstack.swift | |
org.jclouds.trmk.vcloud_0_8.internal | |
org.jclouds.vcloud.features | |
org.jclouds.vcloud.internal |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<String> |
AWSS3AsyncClient.getBucketLocation(String bucketName) |
com.google.common.util.concurrent.ListenableFuture<Boolean> |
AWSS3AsyncClient.putBucketInRegion(String region,
String bucketName,
PutBucketOptions... options) |
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<ContainerCDNMetadata> |
CloudFilesAsyncClient.getCDNMetadata(String container) |
com.google.common.util.concurrent.ListenableFuture<? extends Set<ContainerCDNMetadata>> |
CloudFilesAsyncClient.listCDNContainers(ListCdnContainerOptions... options) |
com.google.common.util.concurrent.ListenableFuture<URI> |
CloudFilesAsyncClient.updateCDN(String container,
long ttl) |
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 |
HPCloudObjectStorageLasVegasAsyncClient
Provides asynchronous access to HP Cloud Object StorageLasVegas via the REST API.
|
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) |
com.google.common.util.concurrent.ListenableFuture<ContainerCDNMetadata> |
HPCloudObjectStorageLasVegasAsyncClient.getCDNMetadata(String container) |
com.google.common.util.concurrent.ListenableFuture<? extends Set<ContainerCDNMetadata>> |
HPCloudObjectStorageLasVegasAsyncClient.listCDNContainers(ListCDNContainerOptions... options) |
com.google.common.util.concurrent.ListenableFuture<URI> |
HPCloudObjectStorageLasVegasAsyncClient.updateCDN(String container,
long ttl) |
Modifier and Type | Interface and Description |
---|---|
interface |
NovaAsyncClient
Provides asynchronous access to OpenStack Nova via their REST API.
|
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.
|
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-2012 jclouds. All Rights Reserved.