Package | Description |
---|---|
org.jclouds.atmos | |
org.jclouds.aws.s3 | |
org.jclouds.azureblob | |
org.jclouds.cloudfiles |
This package contains an Rackspace Cloud Files client implemented by
HttpCommandExecutorService commands. |
org.jclouds.cloudloadbalancers.features | |
org.jclouds.cloudsigma | |
org.jclouds.cloudstack.features | |
org.jclouds.elasticstack | |
org.jclouds.glesys.features | |
org.jclouds.gogrid.services | |
org.jclouds.hpcloud.objectstorage.lvs |
This package contains an HP Cloud Object StorageLasVegas client implemented by
HttpCommandExecutorService commands. |
org.jclouds.openstack | |
org.jclouds.openstack.swift | |
org.jclouds.rest | |
org.jclouds.rimuhosting.miro | |
org.jclouds.s3 |
This package contains an Amazon S3 client implemented by
HttpCommandExecutorService commands. |
org.jclouds.savvis.vpdc.internal | |
org.jclouds.trmk.vcloud_0_8 | |
org.jclouds.trmk.vcloud_0_8.internal | |
org.jclouds.vcloud.internal |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<SystemMetadata> |
AtmosAsyncClient.getSystemMetadata(String path) |
com.google.common.util.concurrent.ListenableFuture<UserMetadata> |
AtmosAsyncClient.getUserMetadata(String path) |
com.google.common.util.concurrent.ListenableFuture<AtmosObject> |
AtmosAsyncClient.headFile(String path) |
com.google.common.util.concurrent.ListenableFuture<Boolean> |
AtmosAsyncClient.isPublic(String path) |
com.google.common.util.concurrent.ListenableFuture<BoundedSet<? extends DirectoryEntry>> |
AtmosAsyncClient.listDirectories(ListOptions... options) |
com.google.common.util.concurrent.ListenableFuture<BoundedSet<? extends DirectoryEntry>> |
AtmosAsyncClient.listDirectory(String directoryName,
ListOptions... options) |
com.google.common.util.concurrent.ListenableFuture<AtmosObject> |
AtmosAsyncClient.readFile(String path,
GetOptions... options) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<String> |
AWSS3AsyncClient.completeMultipartUpload(String bucketName,
String key,
String uploadId,
Map<Integer,String> parts) |
com.google.common.util.concurrent.ListenableFuture<String> |
AWSS3AsyncClient.initiateMultipartUpload(String bucketName,
ObjectMetadata objectMetadata,
PutObjectOptions... options) |
com.google.common.util.concurrent.ListenableFuture<String> |
AWSS3AsyncClient.uploadPart(String bucketName,
String key,
int partNumber,
String uploadId,
Payload part) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<AzureBlob> |
AzureBlobAsyncClient.getBlob(String container,
String name,
GetOptions... options) |
com.google.common.util.concurrent.ListenableFuture<BlobProperties> |
AzureBlobAsyncClient.getBlobProperties(String container,
String name) |
com.google.common.util.concurrent.ListenableFuture<ContainerProperties> |
AzureBlobAsyncClient.getContainerProperties(String container) |
byte[] |
AzureBlobUtil.getMD5(URI container,
String key) |
com.google.common.util.concurrent.ListenableFuture<PublicAccess> |
AzureBlobAsyncClient.getPublicAccessForContainer(String container) |
com.google.common.util.concurrent.ListenableFuture<String> |
AzureBlobAsyncClient.putBlob(String container,
AzureBlob object) |
Modifier and Type | Method and Description |
---|---|
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<URI> |
CloudFilesAsyncClient.updateCDN(String container,
long ttl) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<LoadBalancer> |
LoadBalancerAsyncClient.createLoadBalancer(LoadBalancerRequest lb) |
com.google.common.util.concurrent.ListenableFuture<LoadBalancer> |
LoadBalancerAsyncClient.getLoadBalancer(int id) |
com.google.common.util.concurrent.ListenableFuture<Set<LoadBalancer>> |
LoadBalancerAsyncClient.listLoadBalancers() |
com.google.common.util.concurrent.ListenableFuture<Void> |
LoadBalancerAsyncClient.updateLoadBalancerAttributes(int id,
LoadBalancerAttributes attrs) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<DriveInfo> |
CloudSigmaAsyncClient.cloneDrive(String sourceUuid,
String newName,
CloneDriveOptions... options) |
com.google.common.util.concurrent.ListenableFuture<DriveInfo> |
CloudSigmaAsyncClient.createDrive(Drive createDrive) |
com.google.common.util.concurrent.ListenableFuture<ServerInfo> |
CloudSigmaAsyncClient.createServer(Server createServer) |
com.google.common.util.concurrent.ListenableFuture<StaticIPInfo> |
CloudSigmaAsyncClient.createStaticIP() |
com.google.common.util.concurrent.ListenableFuture<VLANInfo> |
CloudSigmaAsyncClient.createVLAN(String name) |
com.google.common.util.concurrent.ListenableFuture<DriveInfo> |
CloudSigmaAsyncClient.getDriveInfo(String uuid) |
com.google.common.util.concurrent.ListenableFuture<ProfileInfo> |
CloudSigmaAsyncClient.getProfileInfo() |
com.google.common.util.concurrent.ListenableFuture<ServerInfo> |
CloudSigmaAsyncClient.getServerInfo(String uuid) |
com.google.common.util.concurrent.ListenableFuture<StaticIPInfo> |
CloudSigmaAsyncClient.getStaticIPInfo(String uuid) |
com.google.common.util.concurrent.ListenableFuture<VLANInfo> |
CloudSigmaAsyncClient.getVLANInfo(String uuid) |
com.google.common.util.concurrent.ListenableFuture<Set<DriveInfo>> |
CloudSigmaAsyncClient.listDriveInfo() |
com.google.common.util.concurrent.ListenableFuture<Set<String>> |
CloudSigmaAsyncClient.listDrives() |
com.google.common.util.concurrent.ListenableFuture<Set<ServerInfo>> |
CloudSigmaAsyncClient.listServerInfo() |
com.google.common.util.concurrent.ListenableFuture<Set<String>> |
CloudSigmaAsyncClient.listServers() |
com.google.common.util.concurrent.ListenableFuture<Set<String>> |
CloudSigmaAsyncClient.listStandardCds() |
com.google.common.util.concurrent.ListenableFuture<Set<String>> |
CloudSigmaAsyncClient.listStandardDrives() |
com.google.common.util.concurrent.ListenableFuture<Set<String>> |
CloudSigmaAsyncClient.listStandardImages() |
com.google.common.util.concurrent.ListenableFuture<Set<StaticIPInfo>> |
CloudSigmaAsyncClient.listStaticIPInfo() |
com.google.common.util.concurrent.ListenableFuture<Set<String>> |
CloudSigmaAsyncClient.listStaticIPs() |
com.google.common.util.concurrent.ListenableFuture<Set<VLANInfo>> |
CloudSigmaAsyncClient.listVLANInfo() |
com.google.common.util.concurrent.ListenableFuture<Set<String>> |
CloudSigmaAsyncClient.listVLANs() |
com.google.common.util.concurrent.ListenableFuture<VLANInfo> |
CloudSigmaAsyncClient.renameVLAN(String uuid,
String name) |
com.google.common.util.concurrent.ListenableFuture<DriveInfo> |
CloudSigmaAsyncClient.setDriveData(String uuid,
DriveData createDrive) |
com.google.common.util.concurrent.ListenableFuture<ServerInfo> |
CloudSigmaAsyncClient.setServerConfiguration(String uuid,
Server setServer) |
Modifier and Type | Method and Description |
---|---|
<T> com.google.common.util.concurrent.ListenableFuture<AsyncJob<T>> |
AsyncJobAsyncClient.getAsyncJob(long id) |
com.google.common.util.concurrent.ListenableFuture<Map.Entry<Long,String>> |
GuestOSAsyncClient.getOSCategory(long id) |
com.google.common.util.concurrent.ListenableFuture<Set<AsyncJob<?>>> |
AsyncJobAsyncClient.listAsyncJobs(ListAsyncJobsOptions... options) |
com.google.common.util.concurrent.ListenableFuture<Set<String>> |
EventAsyncClient.listEventTypes() |
com.google.common.util.concurrent.ListenableFuture<Set<String>> |
HypervisorAsyncClient.listHypervisors() |
com.google.common.util.concurrent.ListenableFuture<Set<String>> |
HypervisorAsyncClient.listHypervisorsInZone(long zoneId) |
com.google.common.util.concurrent.ListenableFuture<Map<Long,String>> |
GuestOSAsyncClient.listOSCategories() |
com.google.common.util.concurrent.ListenableFuture<LoginResponse> |
SessionAsyncClient.loginUserInDomainWithHashOfPassword(String userName,
String domain,
String hashedPassword) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<ServerInfo> |
ElasticStackAsyncClient.createAndStartServer(Server createServer) |
com.google.common.util.concurrent.ListenableFuture<DriveInfo> |
ElasticStackAsyncClient.createDrive(Drive createDrive) |
com.google.common.util.concurrent.ListenableFuture<ServerInfo> |
ElasticStackAsyncClient.createServer(Server createServer) |
com.google.common.util.concurrent.ListenableFuture<DriveInfo> |
ElasticStackAsyncClient.getDriveInfo(String uuid) |
com.google.common.util.concurrent.ListenableFuture<ServerInfo> |
ElasticStackAsyncClient.getServerInfo(String uuid) |
com.google.common.util.concurrent.ListenableFuture<Set<DriveInfo>> |
ElasticStackAsyncClient.listDriveInfo() |
com.google.common.util.concurrent.ListenableFuture<Set<String>> |
ElasticStackAsyncClient.listDrives() |
com.google.common.util.concurrent.ListenableFuture<Set<ServerInfo>> |
ElasticStackAsyncClient.listServerInfo() |
com.google.common.util.concurrent.ListenableFuture<Set<String>> |
ElasticStackAsyncClient.listServers() |
com.google.common.util.concurrent.ListenableFuture<Payload> |
ElasticStackAsyncClient.readDrive(String uuid,
long offset,
long size) |
com.google.common.util.concurrent.ListenableFuture<DriveInfo> |
ElasticStackAsyncClient.setDriveData(String uuid,
DriveData setDrive) |
com.google.common.util.concurrent.ListenableFuture<ServerInfo> |
ElasticStackAsyncClient.setServerConfiguration(String uuid,
Server setServer) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<Set<OSTemplate>> |
ServerAsyncClient.listTemplates() |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<LoadBalancer> |
GridLoadBalancerAsyncClient.addLoadBalancer(String name,
IpPortPair virtualIp,
List<IpPortPair> realIps,
AddLoadBalancerOptions... options) |
com.google.common.util.concurrent.ListenableFuture<ServerImage> |
GridImageAsyncClient.deleteById(long id) |
com.google.common.util.concurrent.ListenableFuture<LoadBalancer> |
GridLoadBalancerAsyncClient.deleteById(Long id) |
com.google.common.util.concurrent.ListenableFuture<LoadBalancer> |
GridLoadBalancerAsyncClient.deleteByName(String name) |
com.google.common.util.concurrent.ListenableFuture<ServerImage> |
GridImageAsyncClient.editImageDescription(String idOrName,
String newDescription) |
com.google.common.util.concurrent.ListenableFuture<ServerImage> |
GridImageAsyncClient.editImageFriendlyName(String idOrName,
String newFriendlyName) |
com.google.common.util.concurrent.ListenableFuture<LoadBalancer> |
GridLoadBalancerAsyncClient.editLoadBalancer(long id,
List<IpPortPair> realIps) |
com.google.common.util.concurrent.ListenableFuture<LoadBalancer> |
GridLoadBalancerAsyncClient.editLoadBalancerNamed(String name,
List<IpPortPair> realIps) |
com.google.common.util.concurrent.ListenableFuture<Set<Ip>> |
GridIpAsyncClient.getAssignedIpList() |
com.google.common.util.concurrent.ListenableFuture<Set<Option>> |
GridServerAsyncClient.getDatacenters() |
com.google.common.util.concurrent.ListenableFuture<Set<Option>> |
GridLoadBalancerAsyncClient.getDatacenters() |
com.google.common.util.concurrent.ListenableFuture<Set<Option>> |
GridIpAsyncClient.getDatacenters() |
com.google.common.util.concurrent.ListenableFuture<Set<Option>> |
GridImageAsyncClient.getDatacenters() |
com.google.common.util.concurrent.ListenableFuture<Set<ServerImage>> |
GridImageAsyncClient.getImageList(GetImageListOptions... options) |
com.google.common.util.concurrent.ListenableFuture<Set<ServerImage>> |
GridImageAsyncClient.getImagesById(Long... ids) |
com.google.common.util.concurrent.ListenableFuture<Set<ServerImage>> |
GridImageAsyncClient.getImagesByName(String... names) |
com.google.common.util.concurrent.ListenableFuture<Set<Ip>> |
GridIpAsyncClient.getIpList(GetIpListOptions... options) |
com.google.common.util.concurrent.ListenableFuture<Set<Job>> |
GridJobAsyncClient.getJobList(GetJobListOptions... options) |
com.google.common.util.concurrent.ListenableFuture<Set<Job>> |
GridJobAsyncClient.getJobsById(long... ids) |
com.google.common.util.concurrent.ListenableFuture<Set<Job>> |
GridJobAsyncClient.getJobsForObjectName(String objectName) |
com.google.common.util.concurrent.ListenableFuture<Set<LoadBalancer>> |
GridLoadBalancerAsyncClient.getLoadBalancerList() |
com.google.common.util.concurrent.ListenableFuture<Set<LoadBalancer>> |
GridLoadBalancerAsyncClient.getLoadBalancersById(Long... ids) |
com.google.common.util.concurrent.ListenableFuture<Set<LoadBalancer>> |
GridLoadBalancerAsyncClient.getLoadBalancersByName(String... names) |
com.google.common.util.concurrent.ListenableFuture<Set<Option>> |
GridServerAsyncClient.getRamSizes() |
com.google.common.util.concurrent.ListenableFuture<Credentials> |
GridServerAsyncClient.getServerCredentials(long id) |
com.google.common.util.concurrent.ListenableFuture<Map<String,Credentials>> |
GridServerAsyncClient.getServerCredentialsList() |
com.google.common.util.concurrent.ListenableFuture<Set<Option>> |
GridServerAsyncClient.getTypes() |
com.google.common.util.concurrent.ListenableFuture<Set<Ip>> |
GridIpAsyncClient.getUnassignedIpList() |
com.google.common.util.concurrent.ListenableFuture<Set<Ip>> |
GridIpAsyncClient.getUnassignedPublicIpList() |
com.google.common.util.concurrent.ListenableFuture<ServerImage> |
GridImageAsyncClient.saveImageFromServer(String friendlyName,
String idOrName,
SaveImageOptions... options) |
Modifier and Type | Method and Description |
---|---|
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<ContainerMetadata> |
HPCloudObjectStorageLasVegasAsyncClient.getContainerMetadata(String container) |
com.google.common.util.concurrent.ListenableFuture<URI> |
HPCloudObjectStorageLasVegasAsyncClient.updateCDN(String container,
long ttl) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<AuthenticationResponse> |
OpenStackAuthAsyncClient.authenticate(String user,
String key) |
com.google.common.util.concurrent.ListenableFuture<AuthenticationResponse> |
OpenStackAuthAsyncClient.authenticateStorage(String user,
String key) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<AccountMetadata> |
CommonSwiftAsyncClient.getAccountStatistics() |
com.google.common.util.concurrent.ListenableFuture<SwiftObject> |
CommonSwiftAsyncClient.getObject(String container,
String name,
GetOptions... options) |
com.google.common.util.concurrent.ListenableFuture<MutableObjectInfoWithMetadata> |
CommonSwiftAsyncClient.getObjectInfo(String container,
String name) |
com.google.common.util.concurrent.ListenableFuture<PageSet<ObjectInfo>> |
CommonSwiftAsyncClient.listObjects(String container,
ListContainerOptions... options) |
com.google.common.util.concurrent.ListenableFuture<String> |
CommonSwiftAsyncClient.putObject(String container,
SwiftObject object) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<String> |
HttpAsyncClient.post(URI location,
Payload payload) |
com.google.common.util.concurrent.ListenableFuture<String> |
HttpAsyncClient.put(URI location,
Payload payload) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<List<String>> |
RimuHostingAsyncClient.destroyServer(Long id) |
com.google.common.util.concurrent.ListenableFuture<Set<Image>> |
RimuHostingAsyncClient.getImageList() |
com.google.common.util.concurrent.ListenableFuture<Set<PricingPlan>> |
RimuHostingAsyncClient.getPricingPlanList() |
com.google.common.util.concurrent.ListenableFuture<Server> |
RimuHostingAsyncClient.getServer(Long id) |
com.google.common.util.concurrent.ListenableFuture<Set<Server>> |
RimuHostingAsyncClient.getServerList() |
com.google.common.util.concurrent.ListenableFuture<ServerInfo> |
RimuHostingAsyncClient.restartServer(Long id) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<S3Object> |
S3AsyncClient.getObject(String bucketName,
String key,
GetOptions... options) |
com.google.common.util.concurrent.ListenableFuture<ObjectMetadata> |
S3AsyncClient.headObject(String bucketName,
String key) |
com.google.common.util.concurrent.ListenableFuture<String> |
S3AsyncClient.putObject(String bucketName,
S3Object object,
PutObjectOptions... options) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<VCloudSession> |
LoginAsyncClient.login()
This request returns a token to use in subsequent requests.
|
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<? extends Task> |
TerremarkVCloudAsyncClient.configureVApp(VApp vApp,
VAppConfiguration configuration) |
com.google.common.util.concurrent.ListenableFuture<Task> |
TerremarkVCloudAsyncClient.deleteVApp(URI vAppId) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<VCloudSession> |
TerremarkVCloudLoginAsyncClient.login()
This request returns a token to use in subsequent requests.
|
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<VCloudSession> |
VCloudLoginAsyncClient.login()
This request returns a token to use in subsequent requests.
|
Copyright © 2009-2012 jclouds. All Rights Reserved.