Uses of Class
org.jclouds.location.Region

Packages that use Region
org.jclouds.aws.ec2.compute.strategy   
org.jclouds.aws.ec2.compute.suppliers   
org.jclouds.aws.ec2.xml   
org.jclouds.aws.s3.config   
org.jclouds.cloudloadbalancers   
org.jclouds.cloudloadbalancers.loadbalancer.strategy   
org.jclouds.cloudloadbalancers.location   
org.jclouds.cloudwatch   
org.jclouds.ec2.compute.strategy   
org.jclouds.ec2.compute.suppliers   
org.jclouds.ec2.suppliers   
org.jclouds.ec2.xml   
org.jclouds.elb   
org.jclouds.elb.loadbalancer.strategy   
org.jclouds.location.config   
org.jclouds.location.functions   
org.jclouds.location.suppliers.all   
org.jclouds.location.suppliers.derived   
org.jclouds.location.suppliers.fromconfig   
org.jclouds.location.suppliers.implicit   
org.jclouds.openstack.glance.v1_0   
org.jclouds.openstack.nova.ec2.xml   
org.jclouds.openstack.quantum.v1_0   
org.jclouds.openstack.swift.v1   
org.jclouds.rds   
org.jclouds.s3.config This package contains modules who manage the dependencies of the S3Context, S3Client, and S3 Map views. 
org.jclouds.s3.functions This package contains response handlers for S3 commands. 
 

Uses of Region in org.jclouds.aws.ec2.compute.strategy
 

Constructor parameters in org.jclouds.aws.ec2.compute.strategy with annotations of type Region
AWSEC2ListNodesStrategy(AWSEC2AsyncClient client, com.google.common.base.Supplier<Set<String>> regions, com.google.common.base.Function<RunningInstance,NodeMetadata> runningInstanceToNodeMetadata, ExecutorService executor, SpotInstanceRequestToAWSRunningInstance spotConverter)
           
 

Uses of Region in org.jclouds.aws.ec2.compute.suppliers
 

Constructor parameters in org.jclouds.aws.ec2.compute.suppliers with annotations of type Region
AWSEC2ImageSupplier(com.google.common.base.Supplier<Set<String>> regions, Map<String,String> queries, String clusterRegions, com.google.common.base.Supplier<com.google.common.cache.LoadingCache<RegionAndName,? extends Image>> cache, CallForImages.Factory factory, Set<String> clusterComputeIds, ExecutorService executor)
           
 

Uses of Region in org.jclouds.aws.ec2.xml
 

Constructor parameters in org.jclouds.aws.ec2.xml with annotations of type Region
BaseAWSReservationHandler(DateCodecFactory dateCodecFactory, com.google.common.base.Supplier<String> defaultRegion, com.google.inject.Provider<AWSRunningInstance.Builder> builderProvider)
           
SpotHandler(DateCodecFactory dateCodecFactory, com.google.common.base.Supplier<String> defaultRegion)
           
SpotInstanceHandler(DateCodecFactory dateCodecFactory, com.google.common.base.Supplier<String> defaultRegion, LaunchSpecificationHandler launchSpecificationHandler, TagSetHandler tagSetHandler, SpotInstanceRequest.Builder builder)
           
 

Uses of Region in org.jclouds.aws.s3.config
 

Method parameters in org.jclouds.aws.s3.config with annotations of type Region
protected  com.google.common.base.Supplier<String> AWSS3RestClientModule.defaultRegionForBucket(com.google.common.base.Supplier<String> defaultRegion)
           
 

Uses of Region in org.jclouds.cloudloadbalancers
 

Methods in org.jclouds.cloudloadbalancers with annotations of type Region
 Set<String> CloudLoadBalancersClient.getConfiguredRegions()
           
 Set<String> CloudLoadBalancersAsyncClient.getConfiguredRegions()
           
 

Uses of Region in org.jclouds.cloudloadbalancers.loadbalancer.strategy
 

Constructor parameters in org.jclouds.cloudloadbalancers.loadbalancer.strategy with annotations of type Region
CloudLoadBalancersListLoadBalancersStrategy(CloudLoadBalancersAsyncClient aclient, com.google.common.base.Function<LoadBalancer,LoadBalancerMetadata> converter, ExecutorService executor, com.google.common.base.Supplier<Set<String>> regions)
           
 

Uses of Region in org.jclouds.cloudloadbalancers.location
 

Constructor parameters in org.jclouds.cloudloadbalancers.location with annotations of type Region
RegionUrisFromPropertiesAndAccountIDPathSuffix(ValueOfConfigurationKeyOrNull config, com.google.common.base.Supplier<URI> providerURI, com.google.common.base.Supplier<Set<String>> regionIds, AppendAccountIdToURI filter)
           
 

Uses of Region in org.jclouds.cloudwatch
 

Methods in org.jclouds.cloudwatch with annotations of type Region
 Set<String> CloudWatchAsyncApi.getConfiguredRegions()
           
 Set<String> CloudWatchApi.getConfiguredRegions()
           
 

Uses of Region in org.jclouds.ec2.compute.strategy
 

Constructor parameters in org.jclouds.ec2.compute.strategy with annotations of type Region
EC2ListNodesStrategy(EC2AsyncClient client, com.google.common.base.Supplier<Set<String>> regions, com.google.common.base.Function<RunningInstance,NodeMetadata> runningInstanceToNodeMetadata, ExecutorService executor)
           
 

Uses of Region in org.jclouds.ec2.compute.suppliers
 

Constructor parameters in org.jclouds.ec2.compute.suppliers with annotations of type Region
EC2ImageSupplier(com.google.common.base.Supplier<Set<String>> regions, DescribeImagesParallel describer, String[] amiOwners, com.google.common.base.Supplier<com.google.common.cache.LoadingCache<RegionAndName,? extends Image>> cache, EC2ImageParser parser)
           
 

Uses of Region in org.jclouds.ec2.suppliers
 

Methods in org.jclouds.ec2.suppliers with annotations of type Region
 Map<String,com.google.common.base.Supplier<URI>> DescribeRegionsForRegionURIs.get()
           
 

Constructor parameters in org.jclouds.ec2.suppliers with annotations of type Region
DescribeAvailabilityZonesInRegion(EC2Client client, com.google.common.base.Supplier<Set<String>> regions)
           
 

Uses of Region in org.jclouds.ec2.xml
 

Constructor parameters in org.jclouds.ec2.xml with annotations of type Region
BaseReservationHandler(DateCodecFactory dateCodecFactory, com.google.common.base.Supplier<String> defaultRegion, com.google.inject.Provider<RunningInstance.Builder> builderProvider)
           
BundleTaskHandler(DateCodecFactory dateCodecFactory, com.google.common.base.Supplier<String> defaultRegion)
           
CreateVolumeResponseHandler(DateCodecFactory dateCodecFactory, com.google.common.base.Supplier<String> defaultRegion, com.google.common.base.Supplier<Map<String,com.google.common.base.Supplier<Set<String>>>> regionToZonesSupplier, com.google.common.base.Supplier<Set<String>> zonesSupplier)
           
DescribeImagesResponseHandler(com.google.common.base.Supplier<String> defaultRegion)
           
DescribeKeyPairsResponseHandler(com.google.common.base.Supplier<String> defaultRegion)
           
KeyPairResponseHandler(com.google.common.base.Supplier<String> defaultRegion)
           
SnapshotHandler(DateCodecFactory dateCodecFactory, com.google.common.base.Supplier<String> defaultRegion)
           
 

Uses of Region in org.jclouds.elb
 

Methods in org.jclouds.elb with annotations of type Region
 Set<String> ELBAsyncApi.getConfiguredRegions()
           
 Set<String> ELBApi.getConfiguredRegions()
           
 

Uses of Region in org.jclouds.elb.loadbalancer.strategy
 

Constructor parameters in org.jclouds.elb.loadbalancer.strategy with annotations of type Region
ELBListLoadBalancersStrategy(ELBAsyncApi aapi, com.google.common.base.Function<LoadBalancerInRegion,LoadBalancerMetadata> converter, ExecutorService executor, com.google.common.base.Supplier<Set<String>> regions)
           
 

Uses of Region in org.jclouds.location.config
 

Methods in org.jclouds.location.config with annotations of type Region
protected  com.google.common.base.Supplier<String> LocationModule.implicitRegionIdSupplier(AtomicReference<AuthorizationException> authException, long seconds, ImplicitRegionIdSupplier uncached)
           
protected  com.google.common.base.Supplier<Set<String>> LocationModule.regionIdsSupplier(AtomicReference<AuthorizationException> authException, long seconds, RegionIdFilter filter, RegionIdsSupplier uncached)
           
protected  com.google.common.base.Supplier<Map<String,com.google.common.base.Supplier<URI>>> LocationModule.regionIdToURISupplier(AtomicReference<AuthorizationException> authException, long seconds, RegionIdToURISupplier uncached)
           
 

Uses of Region in org.jclouds.location.functions
 

Constructor parameters in org.jclouds.location.functions with annotations of type Region
RegionToEndpoint(com.google.common.base.Supplier<Map<String,com.google.common.base.Supplier<URI>>> regionToEndpointSupplier)
           
RegionToEndpointOrProviderIfNull(String defaultProvider, com.google.common.base.Supplier<URI> defaultUri, com.google.common.base.Supplier<Map<String,com.google.common.base.Supplier<URI>>> regionToEndpointSupplier)
           
 

Uses of Region in org.jclouds.location.suppliers.all
 

Constructor parameters in org.jclouds.location.suppliers.all with annotations of type Region
RegionToProvider(JustProvider justProvider, com.google.common.base.Supplier<Set<String>> regionsSupplier, com.google.common.base.Supplier<Map<String,com.google.common.base.Supplier<Set<String>>>> isoCodesByIdSupplier)
           
RegionToProviderOrJustProvider(JustProvider justProvider, com.google.common.base.Supplier<Set<String>> regionsSupplier, com.google.common.base.Supplier<Map<String,com.google.common.base.Supplier<Set<String>>>> isoCodesByIdSupplier)
           
 

Uses of Region in org.jclouds.location.suppliers.derived
 

Constructor parameters in org.jclouds.location.suppliers.derived with annotations of type Region
RegionIdsFromRegionIdToURIKeySet(com.google.common.base.Supplier<Map<String,com.google.common.base.Supplier<URI>>> regionIdToURISupplier)
           
ZoneIdToURIFromJoinOnRegionIdToURI(com.google.common.base.Supplier<Map<String,com.google.common.base.Supplier<URI>>> regionIdToURISupplier, com.google.common.base.Supplier<Map<String,com.google.common.base.Supplier<Set<String>>>> regionIdToZoneIdsSupplier)
           
 

Uses of Region in org.jclouds.location.suppliers.fromconfig
 

Constructor parameters in org.jclouds.location.suppliers.fromconfig with annotations of type Region
RegionIdToURIFromConfigurationOrDefaultToProvider(ValueOfConfigurationKeyOrNull config, com.google.common.base.Supplier<URI> providerURI, com.google.common.base.Supplier<Set<String>> regionIds)
           
RegionIdToZoneIdsFromConfiguration(ValueOfConfigurationKeyOrNull config, String provider, com.google.common.base.Supplier<Set<String>> regionsSupplier)
           
 

Uses of Region in org.jclouds.location.suppliers.implicit
 

Constructor parameters in org.jclouds.location.suppliers.implicit with annotations of type Region
GetRegionIdMatchingProviderURIOrNull(com.google.common.base.Supplier<Map<String,com.google.common.base.Supplier<URI>>> supplier, com.google.common.base.Supplier<URI> providerUri)
           
 

Uses of Region in org.jclouds.openstack.glance.v1_0
 

Methods in org.jclouds.openstack.glance.v1_0 with annotations of type Region
 Set<String> GlanceAsyncApi.getConfiguredRegions()
           
 Set<String> GlanceApi.getConfiguredRegions()
           
 

Uses of Region in org.jclouds.openstack.nova.ec2.xml
 

Constructor parameters in org.jclouds.openstack.nova.ec2.xml with annotations of type Region
NovaCreateVolumeResponseHandler(DateCodecFactory dateCodecFactory, com.google.common.base.Supplier<String> defaultRegion, com.google.common.base.Supplier<Map<String,com.google.common.base.Supplier<Set<String>>>> regionToZonesSupplier, com.google.common.base.Supplier<Set<String>> zonesSupplier)
           
NovaDescribeImagesResponseHandler(com.google.common.base.Supplier<String> defaultRegion)
           
 

Uses of Region in org.jclouds.openstack.quantum.v1_0
 

Methods in org.jclouds.openstack.quantum.v1_0 with annotations of type Region
 Set<String> QuantumAsyncApi.getConfiguredRegions()
           
 Set<String> QuantumApi.getConfiguredRegions()
           
 

Uses of Region in org.jclouds.openstack.swift.v1
 

Methods in org.jclouds.openstack.swift.v1 with annotations of type Region
 Set<String> SwiftAsyncApi.getConfiguredRegions()
           
 Set<String> SwiftApi.getConfiguredRegions()
           
 

Uses of Region in org.jclouds.rds
 

Methods in org.jclouds.rds with annotations of type Region
 Set<String> RDSAsyncApi.getConfiguredRegions()
           
 Set<String> RDSApi.getConfiguredRegions()
           
 

Uses of Region in org.jclouds.s3.config
 

Method parameters in org.jclouds.s3.config with annotations of type Region
protected  com.google.common.cache.CacheLoader<String,com.google.common.base.Optional<String>> S3RestClientModule.bucketToRegion(com.google.common.base.Supplier<Set<String>> regionSupplier, S3Client client)
           
protected  com.google.common.base.Supplier<String> S3RestClientModule.defaultRegionForBucket(com.google.common.base.Supplier<String> defaultRegion)
           
 

Uses of Region in org.jclouds.s3.functions
 

Constructor parameters in org.jclouds.s3.functions with annotations of type Region
BindRegionToXmlPayload(com.google.common.base.Supplier<String> defaultRegionForEndpointSupplier, com.google.common.base.Supplier<String> defaultRegionForServiceSupplier, com.google.common.base.Supplier<Set<String>> regionsSupplier)
           
BindRegionToXmlPayload(com.google.common.base.Supplier<String> defaultRegionForEndpointSupplier, com.google.common.base.Supplier<String> defaultRegionForServiceSupplier, com.google.common.base.Supplier<Set<String>> regionsSupplier)
           
 



Copyright © 2009-2012 jclouds. All Rights Reserved.