|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ExceptionParser | |
---|---|
org.jclouds.atmos | |
org.jclouds.aws.ec2.services | |
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.cloudservers | |
org.jclouds.cloudsigma | |
org.jclouds.deltacloud | |
org.jclouds.ec2.services | |
org.jclouds.elasticstack | |
org.jclouds.gogrid.services | |
org.jclouds.openstack.nova | |
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.features | |
org.jclouds.slicehost | |
org.jclouds.softlayer.features | |
org.jclouds.trmk.ecloud | |
org.jclouds.trmk.ecloud.features | |
org.jclouds.trmk.vcloud_0_8 | |
org.jclouds.trmk.vcloudexpress | |
org.jclouds.vcloud | |
org.jclouds.vcloud.features | |
org.jclouds.walrus |
Uses of ExceptionParser in org.jclouds.atmos |
---|
Methods in org.jclouds.atmos with annotations of type ExceptionParser | |
---|---|
com.google.common.util.concurrent.ListenableFuture<URI> |
AtmosAsyncClient.createDirectory(String directoryName,
PutOptions... options)
|
com.google.common.util.concurrent.ListenableFuture<Void> |
AtmosAsyncClient.deletePath(String path)
|
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.listDirectory(String directoryName,
ListOptions... options)
|
com.google.common.util.concurrent.ListenableFuture<Boolean> |
AtmosAsyncClient.pathExists(String path)
|
com.google.common.util.concurrent.ListenableFuture<AtmosObject> |
AtmosAsyncClient.readFile(String path,
GetOptions... options)
|
com.google.common.util.concurrent.ListenableFuture<Void> |
AtmosAsyncClient.updateFile(String parent,
AtmosObject object,
PutOptions... options)
|
Uses of ExceptionParser in org.jclouds.aws.ec2.services |
---|
Methods in org.jclouds.aws.ec2.services with annotations of type ExceptionParser | |
---|---|
com.google.common.util.concurrent.ListenableFuture<Void> |
SpotInstanceAsyncClient.cancelSpotInstanceRequestsInRegion(String region,
String... requestIds)
|
com.google.common.util.concurrent.ListenableFuture<Void> |
PlacementGroupAsyncClient.deletePlacementGroupInRegion(String region,
String name)
|
com.google.common.util.concurrent.ListenableFuture<Void> |
AWSSecurityGroupAsyncClient.deleteSecurityGroupInRegionById(String region,
String name)
|
com.google.common.util.concurrent.ListenableFuture<Void> |
TagAsyncClient.deleteTagsInRegion(String region,
Iterable<String> resourceIds,
Map<String,String> tags)
|
com.google.common.util.concurrent.ListenableFuture<Set<? extends Reservation<? extends AWSRunningInstance>>> |
AWSInstanceAsyncClient.describeInstancesInRegion(String region,
String... instanceIds)
|
com.google.common.util.concurrent.ListenableFuture<? extends Set<PlacementGroup>> |
PlacementGroupAsyncClient.describePlacementGroupsInRegion(String region,
String... placementGroupIds)
|
com.google.common.util.concurrent.ListenableFuture<? extends Set<SecurityGroup>> |
AWSSecurityGroupAsyncClient.describeSecurityGroupsInRegionById(String region,
String... securityGroupNames)
|
com.google.common.util.concurrent.ListenableFuture<? extends Set<SpotInstanceRequest>> |
SpotInstanceAsyncClient.describeSpotInstanceRequestsInRegion(String region,
String... requestIds)
|
com.google.common.util.concurrent.ListenableFuture<? extends Set<Spot>> |
SpotInstanceAsyncClient.describeSpotPriceHistoryInRegion(String region,
DescribeSpotPriceHistoryOptions... options)
|
com.google.common.util.concurrent.ListenableFuture<? extends Set<Tag>> |
TagAsyncClient.describeTagsInRegion(String region,
Map<TagFilters.FilterName,Iterable<?>> filters)
|
Uses of ExceptionParser in org.jclouds.aws.s3 |
---|
Methods in org.jclouds.aws.s3 with annotations of type ExceptionParser | |
---|---|
com.google.common.util.concurrent.ListenableFuture<Void> |
AWSS3AsyncClient.abortMultipartUpload(String bucketName,
String key,
String uploadId)
|
com.google.common.util.concurrent.ListenableFuture<Boolean> |
AWSS3AsyncClient.putBucketInRegion(String region,
String bucketName,
PutBucketOptions... options)
|
Uses of ExceptionParser in org.jclouds.azureblob |
---|
Methods in org.jclouds.azureblob with annotations of type ExceptionParser | |
---|---|
com.google.common.util.concurrent.ListenableFuture<Boolean> |
AzureBlobAsyncClient.blobExists(String container,
String name)
|
com.google.common.util.concurrent.ListenableFuture<Boolean> |
AzureBlobAsyncClient.containerExists(String container)
|
com.google.common.util.concurrent.ListenableFuture<Boolean> |
AzureBlobAsyncClient.createContainer(String container,
CreateContainerOptions... options)
|
com.google.common.util.concurrent.ListenableFuture<Boolean> |
AzureBlobAsyncClient.createRootContainer(CreateContainerOptions... options)
|
com.google.common.util.concurrent.ListenableFuture<Void> |
AzureBlobAsyncClient.deleteBlob(String container,
String name)
|
com.google.common.util.concurrent.ListenableFuture<Void> |
AzureBlobAsyncClient.deleteContainer(String container)
|
com.google.common.util.concurrent.ListenableFuture<Void> |
AzureBlobAsyncClient.deleteRootContainer()
|
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)
|
Uses of ExceptionParser in org.jclouds.cloudfiles |
---|
Methods in org.jclouds.cloudfiles with annotations of type ExceptionParser | |
---|---|
com.google.common.util.concurrent.ListenableFuture<ContainerCDNMetadata> |
CloudFilesAsyncClient.getCDNMetadata(String container)
|
Uses of ExceptionParser in org.jclouds.cloudloadbalancers.features |
---|
Methods in org.jclouds.cloudloadbalancers.features with annotations of type ExceptionParser | |
---|---|
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.removeLoadBalancer(int id)
|
Uses of ExceptionParser in org.jclouds.cloudservers |
---|
Methods in org.jclouds.cloudservers with annotations of type ExceptionParser | |
---|---|
com.google.common.util.concurrent.ListenableFuture<Boolean> |
CloudServersAsyncClient.deleteBackupSchedule(int serverId)
|
com.google.common.util.concurrent.ListenableFuture<Boolean> |
CloudServersAsyncClient.deleteImage(int id)
|
com.google.common.util.concurrent.ListenableFuture<Boolean> |
CloudServersAsyncClient.deleteServer(int id)
|
com.google.common.util.concurrent.ListenableFuture<Boolean> |
CloudServersAsyncClient.deleteSharedIpGroup(int id)
|
com.google.common.util.concurrent.ListenableFuture<Flavor> |
CloudServersAsyncClient.getFlavor(int id)
|
com.google.common.util.concurrent.ListenableFuture<Image> |
CloudServersAsyncClient.getImage(int id)
|
com.google.common.util.concurrent.ListenableFuture<Limits> |
CloudServersAsyncClient.getLimits()
|
com.google.common.util.concurrent.ListenableFuture<Server> |
CloudServersAsyncClient.getServer(int id)
|
com.google.common.util.concurrent.ListenableFuture<SharedIpGroup> |
CloudServersAsyncClient.getSharedIpGroup(int id)
|
com.google.common.util.concurrent.ListenableFuture<? extends Set<Flavor>> |
CloudServersAsyncClient.listFlavors(ListOptions... options)
|
com.google.common.util.concurrent.ListenableFuture<? extends Set<Image>> |
CloudServersAsyncClient.listImages(ListOptions... options)
|
com.google.common.util.concurrent.ListenableFuture<? extends Set<String>> |
CloudServersAsyncClient.listPrivateAddresses(int serverId)
|
com.google.common.util.concurrent.ListenableFuture<? extends Set<String>> |
CloudServersAsyncClient.listPublicAddresses(int serverId)
|
com.google.common.util.concurrent.ListenableFuture<? extends Set<Server>> |
CloudServersAsyncClient.listServers(ListOptions... options)
|
com.google.common.util.concurrent.ListenableFuture<? extends Set<SharedIpGroup>> |
CloudServersAsyncClient.listSharedIpGroups(ListOptions... options)
|
com.google.common.util.concurrent.ListenableFuture<Void> |
CloudServersAsyncClient.replaceBackupSchedule(int id,
BackupSchedule backupSchedule)
|
com.google.common.util.concurrent.ListenableFuture<Void> |
CloudServersAsyncClient.unshareIp(String addressToShare,
int serverToTosignBindressTo)
|
Uses of ExceptionParser in org.jclouds.cloudsigma |
---|
Methods in org.jclouds.cloudsigma with annotations of type ExceptionParser | |
---|---|
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<Void> |
CloudSigmaAsyncClient.destroyDrive(String uuid)
|
com.google.common.util.concurrent.ListenableFuture<Void> |
CloudSigmaAsyncClient.destroyServer(String uuid)
|
com.google.common.util.concurrent.ListenableFuture<Void> |
CloudSigmaAsyncClient.destroyStaticIP(String uuid)
|
com.google.common.util.concurrent.ListenableFuture<Void> |
CloudSigmaAsyncClient.destroyVLAN(String uuid)
|
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<ServerInfo> |
CloudSigmaAsyncClient.setServerConfiguration(String uuid,
Server setServer)
|
Uses of ExceptionParser in org.jclouds.deltacloud |
---|
Methods in org.jclouds.deltacloud with annotations of type ExceptionParser | |
---|---|
com.google.common.util.concurrent.ListenableFuture<Set<DeltacloudCollection>> |
DeltacloudAsyncClient.getCollections()
|
com.google.common.util.concurrent.ListenableFuture<HardwareProfile> |
DeltacloudAsyncClient.getHardwareProfile(URI profileHref)
|
com.google.common.util.concurrent.ListenableFuture<Image> |
DeltacloudAsyncClient.getImage(URI imageHref)
|
com.google.common.util.concurrent.ListenableFuture<Instance> |
DeltacloudAsyncClient.getInstance(URI instanceHref)
|
com.google.common.util.concurrent.ListenableFuture<com.google.common.collect.Multimap<Instance.State,Transition>> |
DeltacloudAsyncClient.getInstanceStates()
|
com.google.common.util.concurrent.ListenableFuture<Realm> |
DeltacloudAsyncClient.getRealm(URI realmHref)
|
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()
|
com.google.common.util.concurrent.ListenableFuture<Void> |
DeltacloudAsyncClient.performAction(HttpRequest action)
|
Uses of ExceptionParser in org.jclouds.ec2.services |
---|
Methods in org.jclouds.ec2.services with annotations of type ExceptionParser | |
---|---|
com.google.common.util.concurrent.ListenableFuture<Void> |
SecurityGroupAsyncClient.deleteSecurityGroupInRegion(String region,
String name)
|
com.google.common.util.concurrent.ListenableFuture<? extends Set<PublicIpInstanceIdPair>> |
ElasticIPAddressAsyncClient.describeAddressesInRegion(String region,
String... publicIps)
|
com.google.common.util.concurrent.ListenableFuture<? extends Set<AvailabilityZoneInfo>> |
AvailabilityZoneAndRegionAsyncClient.describeAvailabilityZonesInRegion(String region,
DescribeAvailabilityZonesOptions... options)
|
com.google.common.util.concurrent.ListenableFuture<? extends Set<BundleTask>> |
WindowsAsyncClient.describeBundleTasksInRegion(String region,
String... bundleTaskIds)
|
com.google.common.util.concurrent.ListenableFuture<Set<? extends Image>> |
AMIAsyncClient.describeImagesInRegion(String region,
DescribeImagesOptions... options)
|
com.google.common.util.concurrent.ListenableFuture<? extends Set<? extends Reservation<? extends RunningInstance>>> |
InstanceAsyncClient.describeInstancesInRegion(String region,
String... instanceIds)
|
com.google.common.util.concurrent.ListenableFuture<? extends Set<KeyPair>> |
KeyPairAsyncClient.describeKeyPairsInRegion(String region,
String... keyPairNames)
|
com.google.common.util.concurrent.ListenableFuture<? extends Set<SecurityGroup>> |
SecurityGroupAsyncClient.describeSecurityGroupsInRegion(String region,
String... securityGroupNames)
|
com.google.common.util.concurrent.ListenableFuture<? extends Set<Snapshot>> |
ElasticBlockStoreAsyncClient.describeSnapshotsInRegion(String region,
DescribeSnapshotsOptions... options)
|
com.google.common.util.concurrent.ListenableFuture<Void> |
ElasticBlockStoreAsyncClient.detachVolumeInRegion(String region,
String volumeId,
boolean force,
DetachVolumeOptions... options)
|
Uses of ExceptionParser in org.jclouds.elasticstack |
---|
Methods in org.jclouds.elasticstack with annotations of type ExceptionParser | |
---|---|
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<Void> |
ElasticStackAsyncClient.destroyDrive(String uuid)
|
com.google.common.util.concurrent.ListenableFuture<Void> |
ElasticStackAsyncClient.destroyServer(String uuid)
|
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<Void> |
ElasticStackAsyncClient.imageDrive(String source,
String destination)
|
com.google.common.util.concurrent.ListenableFuture<Void> |
ElasticStackAsyncClient.imageDrive(String source,
String destination,
ImageConversionType conversionType)
|
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)
|
com.google.common.util.concurrent.ListenableFuture<Void> |
ElasticStackAsyncClient.writeDrive(String uuid,
Payload content)
|
com.google.common.util.concurrent.ListenableFuture<Void> |
ElasticStackAsyncClient.writeDrive(String uuid,
Payload content,
long offset)
|
Uses of ExceptionParser in org.jclouds.gogrid.services |
---|
Methods in org.jclouds.gogrid.services with annotations of type ExceptionParser | |
---|---|
com.google.common.util.concurrent.ListenableFuture<Server> |
GridServerAsyncClient.deleteById(long id)
|
com.google.common.util.concurrent.ListenableFuture<Server> |
GridServerAsyncClient.deleteByName(String name)
|
com.google.common.util.concurrent.ListenableFuture<Set<Server>> |
GridServerAsyncClient.getServersById(long... ids)
|
com.google.common.util.concurrent.ListenableFuture<Set<Server>> |
GridServerAsyncClient.getServersByName(String... names)
|
Uses of ExceptionParser in org.jclouds.openstack.nova |
---|
Methods in org.jclouds.openstack.nova with annotations of type ExceptionParser | |
---|---|
com.google.common.util.concurrent.ListenableFuture<Boolean> |
NovaAsyncClient.deleteImage(int id)
|
com.google.common.util.concurrent.ListenableFuture<Boolean> |
NovaAsyncClient.deleteServer(int id)
|
com.google.common.util.concurrent.ListenableFuture<Flavor> |
NovaAsyncClient.getFlavor(int id)
|
com.google.common.util.concurrent.ListenableFuture<Image> |
NovaAsyncClient.getImage(int id)
|
com.google.common.util.concurrent.ListenableFuture<Server> |
NovaAsyncClient.getServer(int id)
|
com.google.common.util.concurrent.ListenableFuture<? extends Set<Flavor>> |
NovaAsyncClient.listFlavors(ListOptions... options)
|
com.google.common.util.concurrent.ListenableFuture<? extends Set<Image>> |
NovaAsyncClient.listImages(ListOptions... options)
|
com.google.common.util.concurrent.ListenableFuture<? extends Set<String>> |
NovaAsyncClient.listPrivateAddresses(int serverId)
|
com.google.common.util.concurrent.ListenableFuture<? extends Set<String>> |
NovaAsyncClient.listPublicAddresses(int serverId)
|
com.google.common.util.concurrent.ListenableFuture<? extends Set<Server>> |
NovaAsyncClient.listServers(ListOptions... options)
|
Uses of ExceptionParser in org.jclouds.openstack.swift |
---|
Methods in org.jclouds.openstack.swift with annotations of type ExceptionParser | |
---|---|
com.google.common.util.concurrent.ListenableFuture<Boolean> |
CommonSwiftAsyncClient.containerExists(String container)
|
com.google.common.util.concurrent.ListenableFuture<Boolean> |
CommonSwiftAsyncClient.deleteContainerIfEmpty(String container)
|
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<Boolean> |
CommonSwiftAsyncClient.objectExists(String container,
String name)
|
com.google.common.util.concurrent.ListenableFuture<Void> |
CommonSwiftAsyncClient.removeObject(String container,
String name)
|
Uses of ExceptionParser in org.jclouds.rest |
---|
Methods in org.jclouds.rest with annotations of type ExceptionParser | |
---|---|
com.google.common.util.concurrent.ListenableFuture<Boolean> |
HttpAsyncClient.delete(URI location)
|
com.google.common.util.concurrent.ListenableFuture<Boolean> |
HttpAsyncClient.exists(URI location)
|
com.google.common.util.concurrent.ListenableFuture<InputStream> |
HttpAsyncClient.get(URI location)
|
Uses of ExceptionParser in org.jclouds.rimuhosting.miro |
---|
Methods in org.jclouds.rimuhosting.miro with annotations of type ExceptionParser | |
---|---|
com.google.common.util.concurrent.ListenableFuture<NewServerResponse> |
RimuHostingAsyncClient.createServer(String name,
String imageId,
String planId,
CreateServerOptions... options)
|
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)
|
Uses of ExceptionParser in org.jclouds.s3 |
---|
Methods in org.jclouds.s3 with annotations of type ExceptionParser | |
---|---|
com.google.common.util.concurrent.ListenableFuture<Boolean> |
S3AsyncClient.bucketExists(String bucketName)
|
com.google.common.util.concurrent.ListenableFuture<Boolean> |
S3AsyncClient.deleteBucketIfEmpty(String bucketName)
|
com.google.common.util.concurrent.ListenableFuture<Void> |
S3AsyncClient.deleteObject(String bucketName,
String key)
|
com.google.common.util.concurrent.ListenableFuture<AccessControlList> |
S3AsyncClient.getBucketACL(String bucketName)
|
com.google.common.util.concurrent.ListenableFuture<BucketLogging> |
S3AsyncClient.getBucketLogging(String bucketName)
|
com.google.common.util.concurrent.ListenableFuture<S3Object> |
S3AsyncClient.getObject(String bucketName,
String key,
GetOptions... options)
|
com.google.common.util.concurrent.ListenableFuture<AccessControlList> |
S3AsyncClient.getObjectACL(String bucketName,
String key)
|
com.google.common.util.concurrent.ListenableFuture<ObjectMetadata> |
S3AsyncClient.headObject(String bucketName,
String key)
|
com.google.common.util.concurrent.ListenableFuture<Boolean> |
S3AsyncClient.objectExists(String bucketName,
String key)
|
com.google.common.util.concurrent.ListenableFuture<Boolean> |
S3AsyncClient.putBucketInRegion(String region,
String bucketName,
PutBucketOptions... options)
|
Uses of ExceptionParser in org.jclouds.savvis.vpdc.features |
---|
Methods in org.jclouds.savvis.vpdc.features with annotations of type ExceptionParser | |
---|---|
com.google.common.util.concurrent.ListenableFuture<Task> |
FirewallAsyncClient.deleteFirewallRule(String billingSiteId,
String vpdcId,
FirewallRule firewallRule)
|
com.google.common.util.concurrent.ListenableFuture<Network> |
BrowsingAsyncClient.getNetworkInVDC(String billingSiteId,
String vpdcId,
String networkTierName)
|
com.google.common.util.concurrent.ListenableFuture<Org> |
BrowsingAsyncClient.getOrg(String billingSiteId)
|
com.google.common.util.concurrent.ListenableFuture<Task> |
BrowsingAsyncClient.getTask(String taskId)
|
com.google.common.util.concurrent.ListenableFuture<VDC> |
BrowsingAsyncClient.getVDCInOrg(String billingSiteId,
String vpdcId)
|
com.google.common.util.concurrent.ListenableFuture<VM> |
BrowsingAsyncClient.getVM(URI vm,
GetVMOptions... options)
|
com.google.common.util.concurrent.ListenableFuture<VM> |
BrowsingAsyncClient.getVMInVDC(String billingSiteId,
String vpdcId,
String vAppId,
GetVMOptions... options)
|
com.google.common.util.concurrent.ListenableFuture<FirewallService> |
BrowsingAsyncClient.listFirewallRules(String billingSiteId,
String vpdcId)
|
com.google.common.util.concurrent.ListenableFuture<Task> |
VMAsyncClient.powerOffVM(URI vm)
|
com.google.common.util.concurrent.ListenableFuture<Task> |
VMAsyncClient.powerOnVM(URI vm)
|
com.google.common.util.concurrent.ListenableFuture<Task> |
VMAsyncClient.removeVM(URI vm)
|
com.google.common.util.concurrent.ListenableFuture<Task> |
VMAsyncClient.removeVMFromVDC(String billingSiteId,
String vpdcId,
String vAppId)
|
Uses of ExceptionParser in org.jclouds.slicehost |
---|
Methods in org.jclouds.slicehost with annotations of type ExceptionParser | |
---|---|
com.google.common.util.concurrent.ListenableFuture<Void> |
SlicehostAsyncClient.destroySlice(int id)
|
com.google.common.util.concurrent.ListenableFuture<Backup> |
SlicehostAsyncClient.getBackup(int id)
|
com.google.common.util.concurrent.ListenableFuture<Flavor> |
SlicehostAsyncClient.getFlavor(int id)
|
com.google.common.util.concurrent.ListenableFuture<Image> |
SlicehostAsyncClient.getImage(int id)
|
com.google.common.util.concurrent.ListenableFuture<Slice> |
SlicehostAsyncClient.getSlice(int id)
|
com.google.common.util.concurrent.ListenableFuture<? extends Set<Backup>> |
SlicehostAsyncClient.listBackups()
|
com.google.common.util.concurrent.ListenableFuture<? extends Set<Flavor>> |
SlicehostAsyncClient.listFlavors()
|
com.google.common.util.concurrent.ListenableFuture<? extends Set<Image>> |
SlicehostAsyncClient.listImages()
|
com.google.common.util.concurrent.ListenableFuture<? extends Set<Slice>> |
SlicehostAsyncClient.listSlices()
|
Uses of ExceptionParser in org.jclouds.softlayer.features |
---|
Methods in org.jclouds.softlayer.features with annotations of type ExceptionParser | |
---|---|
com.google.common.util.concurrent.ListenableFuture<Boolean> |
VirtualGuestAsyncClient.cancelService(long id)
|
com.google.common.util.concurrent.ListenableFuture<Set<ProductPackage>> |
AccountAsyncClient.getActivePackages()
|
com.google.common.util.concurrent.ListenableFuture<Datacenter> |
DatacenterAsyncClient.getDatacenter(long id)
|
com.google.common.util.concurrent.ListenableFuture<ProductOrder> |
VirtualGuestAsyncClient.getOrderTemplate(long id)
Throws an Internal Server Error if called on bad orders (mapped to HttpResponseException) |
com.google.common.util.concurrent.ListenableFuture<ProductPackage> |
ProductPackageAsyncClient.getProductPackage(long id)
|
com.google.common.util.concurrent.ListenableFuture<VirtualGuest> |
VirtualGuestAsyncClient.getVirtualGuest(long id)
|
com.google.common.util.concurrent.ListenableFuture<Set<Datacenter>> |
DatacenterAsyncClient.listDatacenters()
|
com.google.common.util.concurrent.ListenableFuture<Set<VirtualGuest>> |
VirtualGuestAsyncClient.listVirtualGuests()
|
com.google.common.util.concurrent.ListenableFuture<ProductOrderReceipt> |
VirtualGuestAsyncClient.orderVirtualGuest(ProductOrder order)
|
com.google.common.util.concurrent.ListenableFuture<Void> |
VirtualGuestAsyncClient.pauseVirtualGuest(long id)
|
com.google.common.util.concurrent.ListenableFuture<Void> |
VirtualGuestAsyncClient.powerOffVirtualGuest(long id)
|
com.google.common.util.concurrent.ListenableFuture<Void> |
VirtualGuestAsyncClient.powerOnVirtualGuest(long id)
|
com.google.common.util.concurrent.ListenableFuture<Void> |
VirtualGuestAsyncClient.rebootHardVirtualGuest(long id)
|
com.google.common.util.concurrent.ListenableFuture<Void> |
VirtualGuestAsyncClient.resumeVirtualGuest(long id)
|
Uses of ExceptionParser in org.jclouds.trmk.ecloud |
---|
Methods in org.jclouds.trmk.ecloud with annotations of type ExceptionParser | |
---|---|
com.google.common.util.concurrent.ListenableFuture<PublicIpAddress> |
TerremarkECloudAsyncClient.activatePublicIpInVDC(URI vDCId)
|
com.google.common.util.concurrent.ListenableFuture<Void> |
TerremarkECloudAsyncClient.deleteKeyPair(URI keyId)
|
com.google.common.util.concurrent.ListenableFuture<? extends KeyPair> |
TerremarkECloudAsyncClient.findKeyPairInOrg(URI org,
String keyName)
|
com.google.common.util.concurrent.ListenableFuture<? extends Network> |
TerremarkECloudAsyncClient.findNetworkInOrgVDCNamed(String orgName,
String catalogName,
String networkName)
|
com.google.common.util.concurrent.ListenableFuture<? extends ECloudOrg> |
TerremarkECloudAsyncClient.findOrgNamed(String orgName)
|
com.google.common.util.concurrent.ListenableFuture<? extends Set<InternetService>> |
TerremarkECloudAsyncClient.getAllInternetServicesInVDC(URI vDCId)
|
com.google.common.util.concurrent.ListenableFuture<? extends InternetService> |
TerremarkECloudAsyncClient.getInternetService(URI internetServiceId)
|
com.google.common.util.concurrent.ListenableFuture<? extends Set<InternetService>> |
TerremarkECloudAsyncClient.getInternetServicesOnPublicIp(URI ipId)
|
com.google.common.util.concurrent.ListenableFuture<? extends Set<IpAddress>> |
TerremarkECloudAsyncClient.getIpAddresses(URI network)
|
com.google.common.util.concurrent.ListenableFuture<? extends KeyPair> |
TerremarkECloudAsyncClient.getKeyPair(URI keyId)
|
com.google.common.util.concurrent.ListenableFuture<? extends Network> |
TerremarkECloudAsyncClient.getNetwork(URI network)
|
com.google.common.util.concurrent.ListenableFuture<? extends NetworkExtendedInfo> |
TerremarkECloudAsyncClient.getNetworkExtendedInfo(URI network)
|
com.google.common.util.concurrent.ListenableFuture<? extends ECloudOrg> |
TerremarkECloudAsyncClient.getOrg(URI orgId)
|
com.google.common.util.concurrent.ListenableFuture<? extends VAppExtendedInfo> |
TerremarkECloudAsyncClient.getVAppExtendedInfo(URI href)
|
com.google.common.util.concurrent.ListenableFuture<? extends Set<KeyPair>> |
TerremarkECloudAsyncClient.listKeyPairs(URI keysList)
|
com.google.common.util.concurrent.ListenableFuture<? extends Set<KeyPair>> |
TerremarkECloudAsyncClient.listKeyPairsInOrg(URI org)
|
Uses of ExceptionParser in org.jclouds.trmk.ecloud.features |
---|
Methods in org.jclouds.trmk.ecloud.features with annotations of type ExceptionParser | |
---|---|
com.google.common.util.concurrent.ListenableFuture<? extends Map<String,Integer>> |
TagOperationsAsyncClient.getTagNameToUsageCount(URI tagList)
|
com.google.common.util.concurrent.ListenableFuture<? extends Map<String,Integer>> |
TagOperationsAsyncClient.getTagNameToUsageCountInOrg(URI org)
|
com.google.common.util.concurrent.ListenableFuture<? extends Set<DataCenter>> |
DataCenterOperationsAsyncClient.listDataCenters(URI dataCenters)
|
com.google.common.util.concurrent.ListenableFuture<? extends Set<KeyPair>> |
DataCenterOperationsAsyncClient.listDataCentersInOrg(URI org)
|
Uses of ExceptionParser in org.jclouds.trmk.vcloud_0_8 |
---|
Methods in org.jclouds.trmk.vcloud_0_8 with annotations of type ExceptionParser | |
---|---|
com.google.common.util.concurrent.ListenableFuture<Void> |
TerremarkVCloudAsyncClient.deleteInternetService(URI internetServiceId)
|
com.google.common.util.concurrent.ListenableFuture<Void> |
TerremarkVCloudAsyncClient.deleteNode(URI nodeId)
|
com.google.common.util.concurrent.ListenableFuture<Void> |
TerremarkVCloudAsyncClient.deletePublicIp(URI ipId)
|
com.google.common.util.concurrent.ListenableFuture<Task> |
TerremarkVCloudAsyncClient.deleteVApp(URI vAppId)
|
com.google.common.util.concurrent.ListenableFuture<? extends Catalog> |
TerremarkVCloudAsyncClient.findCatalogInOrgNamed(String orgName,
String catalogName)
|
com.google.common.util.concurrent.ListenableFuture<? extends CatalogItem> |
TerremarkVCloudAsyncClient.findCatalogItemInOrgCatalogNamed(String orgName,
String catalogName,
String itemName)
|
com.google.common.util.concurrent.ListenableFuture<? extends Network> |
TerremarkVCloudAsyncClient.findNetworkInOrgVDCNamed(String orgName,
String catalogName,
String networkName)
|
com.google.common.util.concurrent.ListenableFuture<? extends Org> |
TerremarkVCloudAsyncClient.findOrgNamed(String orgName)
|
com.google.common.util.concurrent.ListenableFuture<? extends TasksList> |
TerremarkVCloudAsyncClient.findTasksListInOrgNamed(String orgName,
String tasksListName)
|
com.google.common.util.concurrent.ListenableFuture<? extends VApp> |
TerremarkVCloudAsyncClient.findVAppInOrgVDCNamed(String orgName,
String catalogName,
String vAppName)
|
com.google.common.util.concurrent.ListenableFuture<? extends VAppTemplate> |
TerremarkVCloudAsyncClient.findVAppTemplateInOrgCatalogNamed(String orgName,
String catalogName,
String itemName)
|
com.google.common.util.concurrent.ListenableFuture<? extends VDC> |
TerremarkVCloudAsyncClient.findVDCInOrgNamed(String orgName,
String vdcName)
|
com.google.common.util.concurrent.ListenableFuture<? extends Set<InternetService>> |
TerremarkVCloudAsyncClient.getAllInternetServicesInVDC(URI vDCId)
|
com.google.common.util.concurrent.ListenableFuture<? extends Catalog> |
TerremarkVCloudAsyncClient.getCatalog(URI catalogId)
Terremark does not have multiple catalogs, so we ignore this parameter. |
com.google.common.util.concurrent.ListenableFuture<? extends CatalogItem> |
TerremarkVCloudAsyncClient.getCatalogItem(URI catalogItem)
|
com.google.common.util.concurrent.ListenableFuture<? extends InternetService> |
TerremarkVCloudAsyncClient.getInternetService(URI internetServiceId)
|
com.google.common.util.concurrent.ListenableFuture<? extends Set<InternetService>> |
TerremarkVCloudAsyncClient.getInternetServicesOnPublicIp(URI ipId)
|
com.google.common.util.concurrent.ListenableFuture<? extends Network> |
TerremarkVCloudAsyncClient.getNetwork(URI network)
|
com.google.common.util.concurrent.ListenableFuture<? extends Node> |
TerremarkVCloudAsyncClient.getNode(URI nodeId)
|
com.google.common.util.concurrent.ListenableFuture<? extends Set<Node>> |
TerremarkVCloudAsyncClient.getNodes(URI internetServiceId)
|
com.google.common.util.concurrent.ListenableFuture<? extends Org> |
TerremarkVCloudAsyncClient.getOrg(URI orgId)
|
com.google.common.util.concurrent.ListenableFuture<? extends Set<InternetService>> |
TerremarkVCloudAsyncClient.getPublicIp(URI ipId)
|
com.google.common.util.concurrent.ListenableFuture<? extends Set<PublicIpAddress>> |
TerremarkVCloudAsyncClient.getPublicIpsAssociatedWithVDC(URI vDCId)
|
com.google.common.util.concurrent.ListenableFuture<? extends Task> |
TerremarkVCloudAsyncClient.getTask(URI taskId)
|
com.google.common.util.concurrent.ListenableFuture<? extends TasksList> |
TerremarkVCloudAsyncClient.getTasksList(URI tasksListId)
|
com.google.common.util.concurrent.ListenableFuture<? extends VApp> |
TerremarkVCloudAsyncClient.getVApp(URI vApp)
|
com.google.common.util.concurrent.ListenableFuture<? extends VAppTemplate> |
TerremarkVCloudAsyncClient.getVAppTemplate(URI vAppTemplate)
|
com.google.common.util.concurrent.ListenableFuture<? extends VDC> |
TerremarkVCloudAsyncClient.getVDC(URI vdc)
|
Uses of ExceptionParser in org.jclouds.trmk.vcloudexpress |
---|
Methods in org.jclouds.trmk.vcloudexpress with annotations of type ExceptionParser | |
---|---|
com.google.common.util.concurrent.ListenableFuture<Void> |
TerremarkVCloudExpressAsyncClient.deleteKeyPair(URI keyId)
|
com.google.common.util.concurrent.ListenableFuture<? extends KeyPair> |
TerremarkVCloudExpressAsyncClient.findKeyPairInOrg(URI org,
String keyName)
|
com.google.common.util.concurrent.ListenableFuture<? extends KeyPair> |
TerremarkVCloudExpressAsyncClient.getKeyPair(URI keyId)
|
com.google.common.util.concurrent.ListenableFuture<? extends Set<KeyPair>> |
TerremarkVCloudExpressAsyncClient.listKeyPairs(URI keysList)
|
com.google.common.util.concurrent.ListenableFuture<? extends Set<KeyPair>> |
TerremarkVCloudExpressAsyncClient.listKeyPairsInOrg(URI org)
|
Uses of ExceptionParser in org.jclouds.vcloud |
---|
Methods in org.jclouds.vcloud with annotations of type ExceptionParser | |
---|---|
com.google.common.util.concurrent.ListenableFuture<? extends Task> |
VCloudAsyncClient.deleteVApp(URI id)
Deprecated. |
com.google.common.util.concurrent.ListenableFuture<? extends Catalog> |
VCloudAsyncClient.findCatalogInOrgNamed(String orgName,
String catalogName)
|
com.google.common.util.concurrent.ListenableFuture<? extends CatalogItem> |
VCloudAsyncClient.findCatalogItemInOrgCatalogNamed(String orgName,
String catalogName,
String itemName)
|
com.google.common.util.concurrent.ListenableFuture<? extends OrgNetwork> |
VCloudAsyncClient.findNetworkInOrgVDCNamed(String orgName,
String catalogName,
String networkName)
|
com.google.common.util.concurrent.ListenableFuture<? extends Org> |
VCloudAsyncClient.findOrgNamed(String orgName)
|
com.google.common.util.concurrent.ListenableFuture<? extends TasksList> |
VCloudAsyncClient.findTasksListInOrgNamed(String orgName)
|
com.google.common.util.concurrent.ListenableFuture<? extends VApp> |
VCloudAsyncClient.findVAppInOrgVDCNamed(String orgName,
String catalogName,
String vAppName)
Deprecated. |
com.google.common.util.concurrent.ListenableFuture<? extends VAppTemplate> |
VCloudAsyncClient.findVAppTemplateInOrgCatalogNamed(String orgName,
String catalogName,
String itemName)
Deprecated. |
com.google.common.util.concurrent.ListenableFuture<? extends VDC> |
VCloudAsyncClient.findVDCInOrgNamed(String orgName,
String vdcName)
|
com.google.common.util.concurrent.ListenableFuture<? extends Catalog> |
VCloudAsyncClient.getCatalog(URI catalogId)
|
com.google.common.util.concurrent.ListenableFuture<? extends CatalogItem> |
VCloudAsyncClient.getCatalogItem(URI catalogItem)
|
com.google.common.util.concurrent.ListenableFuture<? extends OrgNetwork> |
VCloudAsyncClient.getNetwork(URI network)
|
com.google.common.util.concurrent.ListenableFuture<? extends Org> |
VCloudAsyncClient.getOrg(URI orgId)
|
com.google.common.util.concurrent.ListenableFuture<? extends Envelope> |
VCloudAsyncClient.getOvfEnvelopeForVAppTemplate(URI vAppTemplate)
Deprecated. |
com.google.common.util.concurrent.ListenableFuture<? extends Task> |
VCloudAsyncClient.getTask(URI taskId)
|
com.google.common.util.concurrent.ListenableFuture<? extends TasksList> |
VCloudAsyncClient.getTasksList(URI tasksListId)
|
com.google.common.util.concurrent.ListenableFuture<InputStream> |
VCloudAsyncClient.getThumbnailOfVm(URI vm)
Deprecated. |
com.google.common.util.concurrent.ListenableFuture<? extends VApp> |
VCloudAsyncClient.getVApp(URI vApp)
Deprecated. |
com.google.common.util.concurrent.ListenableFuture<? extends VAppTemplate> |
VCloudAsyncClient.getVAppTemplate(URI vAppTemplate)
Deprecated. |
com.google.common.util.concurrent.ListenableFuture<? extends VDC> |
VCloudAsyncClient.getVDC(URI vdc)
|
com.google.common.util.concurrent.ListenableFuture<? extends Vm> |
VCloudAsyncClient.getVm(URI vm)
Deprecated. |
Uses of ExceptionParser in org.jclouds.vcloud.features |
---|
Methods in org.jclouds.vcloud.features with annotations of type ExceptionParser | |
---|---|
com.google.common.util.concurrent.ListenableFuture<Void> |
CatalogAsyncClient.deleteCatalogItem(URI href)
|
com.google.common.util.concurrent.ListenableFuture<? extends Task> |
VAppAsyncClient.deleteVApp(URI href)
|
com.google.common.util.concurrent.ListenableFuture<? extends Task> |
VAppTemplateAsyncClient.deleteVAppTemplate(URI href)
|
com.google.common.util.concurrent.ListenableFuture<? extends Catalog> |
CatalogAsyncClient.findCatalogInOrgNamed(String orgName,
String catalogName)
|
com.google.common.util.concurrent.ListenableFuture<? extends CatalogItem> |
CatalogAsyncClient.findCatalogItemInOrgCatalogNamed(String orgName,
String catalogName,
String itemName)
|
com.google.common.util.concurrent.ListenableFuture<? extends OrgNetwork> |
NetworkAsyncClient.findNetworkInOrgVDCNamed(String orgName,
String catalogName,
String networkName)
|
com.google.common.util.concurrent.ListenableFuture<? extends Org> |
OrgAsyncClient.findOrgNamed(String orgName)
|
com.google.common.util.concurrent.ListenableFuture<? extends TasksList> |
TaskAsyncClient.findTasksListInOrgNamed(String orgName)
|
com.google.common.util.concurrent.ListenableFuture<? extends VApp> |
VAppAsyncClient.findVAppInOrgVDCNamed(String orgName,
String catalogName,
String vAppName)
|
com.google.common.util.concurrent.ListenableFuture<? extends VAppTemplate> |
VAppTemplateAsyncClient.findVAppTemplateInOrgCatalogNamed(String orgName,
String catalogName,
String itemName)
|
com.google.common.util.concurrent.ListenableFuture<? extends VDC> |
VDCAsyncClient.findVDCInOrgNamed(String orgName,
String vdcName)
|
com.google.common.util.concurrent.ListenableFuture<? extends Catalog> |
CatalogAsyncClient.getCatalog(URI catalogId)
|
com.google.common.util.concurrent.ListenableFuture<? extends CatalogItem> |
CatalogAsyncClient.getCatalogItem(URI catalogItem)
|
com.google.common.util.concurrent.ListenableFuture<? extends OrgNetwork> |
NetworkAsyncClient.getNetwork(URI network)
|
com.google.common.util.concurrent.ListenableFuture<? extends Org> |
OrgAsyncClient.getOrg(URI orgId)
|
com.google.common.util.concurrent.ListenableFuture<? extends Envelope> |
VAppTemplateAsyncClient.getOvfEnvelopeForVAppTemplate(URI href)
|
com.google.common.util.concurrent.ListenableFuture<InputStream> |
VmAsyncClient.getScreenThumbnailForVm(URI vm)
|
com.google.common.util.concurrent.ListenableFuture<? extends Task> |
TaskAsyncClient.getTask(URI taskId)
|
com.google.common.util.concurrent.ListenableFuture<? extends TasksList> |
TaskAsyncClient.getTasksList(URI tasksListId)
|
com.google.common.util.concurrent.ListenableFuture<? extends VApp> |
VAppAsyncClient.getVApp(URI href)
|
com.google.common.util.concurrent.ListenableFuture<? extends VAppTemplate> |
VAppTemplateAsyncClient.getVAppTemplate(URI vAppTemplate)
|
com.google.common.util.concurrent.ListenableFuture<? extends VDC> |
VDCAsyncClient.getVDC(URI vdc)
|
com.google.common.util.concurrent.ListenableFuture<? extends Vm> |
VmAsyncClient.getVm(URI href)
|
Uses of ExceptionParser in org.jclouds.walrus |
---|
Methods in org.jclouds.walrus with annotations of type ExceptionParser | |
---|---|
com.google.common.util.concurrent.ListenableFuture<Boolean> |
WalrusAsyncClient.bucketExists(String bucketName)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |