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.ec2.compute.strategy   
org.jclouds.ec2.compute.suppliers   
org.jclouds.ec2.suppliers   
org.jclouds.ec2.xml   
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.nova.v1_1   
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, String amiQuery, String clusterRegions, String ccAmiQuery, 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(DateService dateService, com.google.common.base.Supplier<String> defaultRegion, com.google.inject.Provider<AWSRunningInstance.Builder> builderProvider)
           
SpotHandler(DateService dateService, com.google.common.base.Supplier<String> defaultRegion)
           
SpotInstanceHandler(DateService dateService, 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.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>> DescribeRegionsForConfiguredRegions.get()
           
 

Constructor parameters in org.jclouds.ec2.suppliers with annotations of type Region
DescribeAvailabilityZonesInRegion(EC2Client client, com.google.common.base.Supplier<Set<String>> regions)
           
DescribeRegionsForConfiguredRegions(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(DateService dateService, com.google.common.base.Supplier<String> defaultRegion, com.google.inject.Provider<RunningInstance.Builder> builderProvider)
           
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(DateService dateService, com.google.common.base.Supplier<String> defaultRegion)
           
 

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, 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
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
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)
           
 

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.nova.v1_1
 

Methods in org.jclouds.openstack.nova.v1_1 with annotations of type Region
 Set<String> NovaAsyncClient.getConfiguredRegions()
           
 Set<String> NovaClient.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.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.