Uses of Interface
org.jclouds.domain.Location

Packages that use Location
org.jclouds.atmos.blobstore   
org.jclouds.aws.ec2.compute   
org.jclouds.aws.ec2.compute.functions   
org.jclouds.aws.s3.blobstore   
org.jclouds.aws.util   
org.jclouds.azureblob.blobstore   
org.jclouds.blobstore   
org.jclouds.blobstore.domain.internal   
org.jclouds.blobstore.internal   
org.jclouds.byon.internal   
org.jclouds.cloudfiles.blobstore   
org.jclouds.cloudloadbalancers.loadbalancer.functions   
org.jclouds.cloudloadbalancers.loadbalancer.strategy   
org.jclouds.cloudservers.compute.functions   
org.jclouds.cloudservers.compute.strategy   
org.jclouds.cloudsigma.compute   
org.jclouds.cloudsigma.compute.functions   
org.jclouds.cloudstack.compute.functions   
org.jclouds.compute   
org.jclouds.compute.config   
org.jclouds.compute.domain   
org.jclouds.compute.domain.internal   
org.jclouds.compute.internal   
org.jclouds.compute.stub.config   
org.jclouds.deltacloud.compute.functions   
org.jclouds.domain   
org.jclouds.domain.internal   
org.jclouds.ec2.compute   
org.jclouds.ec2.compute.domain   
org.jclouds.ec2.compute.functions   
org.jclouds.ec2.compute.internal   
org.jclouds.ec2.compute.util   
org.jclouds.elasticstack.compute   
org.jclouds.elasticstack.compute.functions   
org.jclouds.filesystem   
org.jclouds.glesys.compute   
org.jclouds.glesys.compute.functions   
org.jclouds.gogrid.compute   
org.jclouds.gogrid.compute.functions   
org.jclouds.gogrid.location   
org.jclouds.hpcloud.objectstorage.lvs.blobstore   
org.jclouds.loadbalancer   
org.jclouds.loadbalancer.domain.internal   
org.jclouds.loadbalancer.internal   
org.jclouds.loadbalancer.strategy   
org.jclouds.location.config   
org.jclouds.location.functions   
org.jclouds.location.predicates   
org.jclouds.location.suppliers.all   
org.jclouds.location.suppliers.implicit   
org.jclouds.openstack.nova.compute.functions   
org.jclouds.openstack.nova.compute.strategy   
org.jclouds.openstack.swift.blobstore   
org.jclouds.rest   
org.jclouds.rest.internal   
org.jclouds.rimuhosting.miro.compute.functions   
org.jclouds.rimuhosting.miro.location   
org.jclouds.s3.blobstore   
org.jclouds.s3.blobstore.functions   
org.jclouds.savvis.vpdc.compute.functions   
org.jclouds.savvis.vpdc.location   
org.jclouds.servermanager.compute.functions   
org.jclouds.slicehost.compute.functions   
org.jclouds.slicehost.compute.strategy   
org.jclouds.softlayer.compute.functions   
org.jclouds.trmk.vcloud_0_8.compute   
org.jclouds.trmk.vcloud_0_8.compute.functions   
org.jclouds.trmk.vcloud_0_8.functions   
org.jclouds.trmk.vcloud_0_8.location   
org.jclouds.vcloud.compute.functions   
org.jclouds.vcloud.compute.internal   
org.jclouds.vcloud.compute.strategy   
org.jclouds.vcloud.functions   
org.jclouds.vcloud.location   
 

Uses of Location in org.jclouds.atmos.blobstore
 

Methods in org.jclouds.atmos.blobstore with parameters of type Location
 boolean AtmosBlobStore.createContainerInLocation(Location location, String container)
          This implementation invokes AtmosClient.createDirectory(java.lang.String, org.jclouds.atmos.options.PutOptions...)
 com.google.common.util.concurrent.ListenableFuture<Boolean> AtmosAsyncBlobStore.createContainerInLocation(Location location, String container)
          This implementation invokes AtmosAsyncClient.createDirectory(java.lang.String, org.jclouds.atmos.options.PutOptions...)

Note location is ignored

 boolean AtmosBlobStore.createContainerInLocation(Location location, String container, CreateContainerOptions options)
           
 com.google.common.util.concurrent.ListenableFuture<Boolean> AtmosAsyncBlobStore.createContainerInLocation(Location location, String container, CreateContainerOptions options)
           
 

Uses of Location in org.jclouds.aws.ec2.compute
 

Constructor parameters in org.jclouds.aws.ec2.compute with type arguments of type Location
AWSEC2ComputeService(ComputeServiceContext context, Map<String,Credentials> credentialStore, com.google.common.base.Supplier<Set<? extends Image>> images, com.google.common.base.Supplier<Set<? extends Hardware>> sizes, com.google.common.base.Supplier<Set<? extends Location>> locations, ListNodesStrategy listNodesStrategy, GetNodeMetadataStrategy getNodeMetadataStrategy, CreateNodesInGroupThenAddToSet runNodesAndAddToSetStrategy, RebootNodeStrategy rebootNodeStrategy, DestroyNodeStrategy destroyNodeStrategy, ResumeNodeStrategy startNodeStrategy, SuspendNodeStrategy stopNodeStrategy, javax.inject.Provider<TemplateBuilder> templateBuilderProvider, javax.inject.Provider<TemplateOptions> templateOptionsProvider, com.google.common.base.Predicate<AtomicReference<NodeMetadata>> nodeRunning, com.google.common.base.Predicate<AtomicReference<NodeMetadata>> nodeTerminated, com.google.common.base.Predicate<AtomicReference<NodeMetadata>> nodeSuspended, InitializeRunScriptOnNodeOrPlaceInBadMap.Factory initScriptRunnerFactory, RunScriptOnNode.Factory runScriptOnNodeFactory, InitAdminAccess initAdminAccess, PersistNodeCredentials persistNodeCredentials, ComputeServiceConstants.Timeouts timeouts, ExecutorService executor, AWSEC2Client ec2Client, ConcurrentMap<RegionAndName,KeyPair> credentialsMap, com.google.common.cache.LoadingCache<RegionAndName,String> securityGroupMap, com.google.common.cache.LoadingCache<RegionAndName,String> placementGroupMap, com.google.common.base.Predicate<PlacementGroup> placementGroupDeleted, boolean generateInstanceNames, AWSEC2AsyncClient aclient)
           
AWSEC2TemplateBuilderImpl(com.google.common.base.Supplier<Set<? extends Location>> locations, com.google.common.base.Supplier<Set<? extends Image>> images, com.google.common.base.Supplier<Set<? extends Hardware>> sizes, com.google.common.base.Supplier<Location> defaultLocation, javax.inject.Provider<TemplateOptions> optionsProvider, javax.inject.Provider<TemplateBuilder> defaultTemplateProvider, com.google.common.base.Supplier<com.google.common.cache.LoadingCache<RegionAndName,? extends Image>> imageMap)
           
AWSEC2TemplateBuilderImpl(com.google.common.base.Supplier<Set<? extends Location>> locations, com.google.common.base.Supplier<Set<? extends Image>> images, com.google.common.base.Supplier<Set<? extends Hardware>> sizes, com.google.common.base.Supplier<Location> defaultLocation, javax.inject.Provider<TemplateOptions> optionsProvider, javax.inject.Provider<TemplateBuilder> defaultTemplateProvider, com.google.common.base.Supplier<com.google.common.cache.LoadingCache<RegionAndName,? extends Image>> imageMap)
           
 

Uses of Location in org.jclouds.aws.ec2.compute.functions
 

Constructor parameters in org.jclouds.aws.ec2.compute.functions with type arguments of type Location
AWSRunningInstanceToNodeMetadata(Map<InstanceState,NodeState> instanceToNodeState, Map<String,Credentials> credentialStore, com.google.common.base.Supplier<com.google.common.cache.LoadingCache<RegionAndName,? extends Image>> imageMap, com.google.common.base.Supplier<Set<? extends Location>> locations, com.google.common.base.Supplier<Set<? extends Hardware>> hardware)
           
 

Uses of Location in org.jclouds.aws.s3.blobstore
 

Constructor parameters in org.jclouds.aws.s3.blobstore with type arguments of type Location
AWSS3AsyncBlobStore(BlobStoreContext context, BlobUtils blobUtils, ExecutorService service, com.google.common.base.Supplier<Location> defaultLocation, com.google.common.base.Supplier<Set<? extends Location>> locations, AWSS3AsyncClient async, AWSS3Client sync, BucketToResourceMetadata bucket2ResourceMd, ContainerToBucketListOptions container2BucketListOptions, BucketToResourceList bucket2ResourceList, ObjectToBlob object2Blob, BlobToHttpGetOptions blob2ObjectGetOptions, BlobToObject blob2Object, ObjectToBlobMetadata object2BlobMd, javax.inject.Provider<FetchBlobMetadata> fetchBlobMetadataProvider, com.google.common.cache.LoadingCache<String,AccessControlList> bucketAcls, javax.inject.Provider<AsyncMultipartUploadStrategy> multipartUploadStrategy)
           
AWSS3AsyncBlobStore(BlobStoreContext context, BlobUtils blobUtils, ExecutorService service, com.google.common.base.Supplier<Location> defaultLocation, com.google.common.base.Supplier<Set<? extends Location>> locations, AWSS3AsyncClient async, AWSS3Client sync, BucketToResourceMetadata bucket2ResourceMd, ContainerToBucketListOptions container2BucketListOptions, BucketToResourceList bucket2ResourceList, ObjectToBlob object2Blob, BlobToHttpGetOptions blob2ObjectGetOptions, BlobToObject blob2Object, ObjectToBlobMetadata object2BlobMd, javax.inject.Provider<FetchBlobMetadata> fetchBlobMetadataProvider, com.google.common.cache.LoadingCache<String,AccessControlList> bucketAcls, javax.inject.Provider<AsyncMultipartUploadStrategy> multipartUploadStrategy)
           
 

Uses of Location in org.jclouds.aws.util
 

Methods in org.jclouds.aws.util with parameters of type Location
 String AWSUtils.GetRegionFromLocation.apply(Location location)
           
static String AWSUtils.getRegionFromLocationOrNull(Location location)
           
 

Uses of Location in org.jclouds.azureblob.blobstore
 

Methods in org.jclouds.azureblob.blobstore with parameters of type Location
 com.google.common.util.concurrent.ListenableFuture<Boolean> AzureAsyncBlobStore.createContainerInLocation(Location location, String container)
          This implementation invokes AzureBlobAsyncClient.createContainer(java.lang.String, org.jclouds.azureblob.options.CreateContainerOptions...)
 boolean AzureBlobStore.createContainerInLocation(Location location, String container)
          This implementation invokes AzureBlobClient#putBucketInRegion
 com.google.common.util.concurrent.ListenableFuture<Boolean> AzureAsyncBlobStore.createContainerInLocation(Location location, String container, CreateContainerOptions options)
           
 boolean AzureBlobStore.createContainerInLocation(Location location, String container, CreateContainerOptions options)
           
 

Uses of Location in org.jclouds.blobstore
 

Fields in org.jclouds.blobstore with type parameters of type Location
protected  ConcurrentMap<String,Location> TransientAsyncBlobStore.containerToLocation
           
 

Methods in org.jclouds.blobstore that return types with arguments of type Location
 ConcurrentMap<String,Location> TransientAsyncBlobStore.getContainerToLocation()
           
 Set<? extends Location> BlobStore.listAssignableLocations()
          The get locations command returns all the valid locations for containers.
 com.google.common.util.concurrent.ListenableFuture<Set<? extends Location>> AsyncBlobStore.listAssignableLocations()
           
 

Methods in org.jclouds.blobstore with parameters of type Location
 com.google.common.util.concurrent.ListenableFuture<Boolean> TransientAsyncBlobStore.createContainerInLocation(Location location, String name)
          
 boolean BlobStore.createContainerInLocation(Location location, String container)
          Creates a namespace for your blobs

A container is a namespace for your objects.

 com.google.common.util.concurrent.ListenableFuture<Boolean> AsyncBlobStore.createContainerInLocation(Location location, String container)
           
 com.google.common.util.concurrent.ListenableFuture<Boolean> TransientAsyncBlobStore.createContainerInLocation(Location location, String container, CreateContainerOptions options)
           
 boolean BlobStore.createContainerInLocation(Location location, String container, CreateContainerOptions options)
           
 com.google.common.util.concurrent.ListenableFuture<Boolean> AsyncBlobStore.createContainerInLocation(Location location, String container, CreateContainerOptions options)
           
 com.google.common.util.concurrent.ListenableFuture<Void> TransientAsyncBlobStore.createContainerInLocationIfAbsent(Location location, String name)
          throws IllegalStateException if the container already exists
 

Constructor parameters in org.jclouds.blobstore with type arguments of type Location
TransientAsyncBlobStore(BlobStoreContext context, DateService dateService, Crypto crypto, ConcurrentMap<String,ConcurrentMap<String,Blob>> containerToBlobs, javax.inject.Provider<javax.ws.rs.core.UriBuilder> uriBuilders, ConcurrentMap<String,Location> containerToLocation, HttpGetOptionsListToGetOptions httpGetOptionsConverter, IfDirectoryReturnNameStrategy ifDirectoryReturnName, Blob.Factory blobFactory, BlobUtils blobUtils, ExecutorService service, com.google.common.base.Supplier<Location> defaultLocation, com.google.common.base.Supplier<Set<? extends Location>> locations)
           
TransientAsyncBlobStore(BlobStoreContext context, DateService dateService, Crypto crypto, ConcurrentMap<String,ConcurrentMap<String,Blob>> containerToBlobs, javax.inject.Provider<javax.ws.rs.core.UriBuilder> uriBuilders, ConcurrentMap<String,Location> containerToLocation, HttpGetOptionsListToGetOptions httpGetOptionsConverter, IfDirectoryReturnNameStrategy ifDirectoryReturnName, Blob.Factory blobFactory, BlobUtils blobUtils, ExecutorService service, com.google.common.base.Supplier<Location> defaultLocation, com.google.common.base.Supplier<Set<? extends Location>> locations)
           
TransientAsyncBlobStore(BlobStoreContext context, DateService dateService, Crypto crypto, ConcurrentMap<String,ConcurrentMap<String,Blob>> containerToBlobs, javax.inject.Provider<javax.ws.rs.core.UriBuilder> uriBuilders, ConcurrentMap<String,Location> containerToLocation, HttpGetOptionsListToGetOptions httpGetOptionsConverter, IfDirectoryReturnNameStrategy ifDirectoryReturnName, Blob.Factory blobFactory, BlobUtils blobUtils, ExecutorService service, com.google.common.base.Supplier<Location> defaultLocation, com.google.common.base.Supplier<Set<? extends Location>> locations)
           
 

Uses of Location in org.jclouds.blobstore.domain.internal
 

Constructors in org.jclouds.blobstore.domain.internal with parameters of type Location
BlobMetadataImpl(String id, String name, Location location, URI uri, String eTag, Date lastModified, Map<String,String> userMetadata, URI publicUri, String container, ContentMetadata contentMetadata)
           
StorageMetadataImpl(StorageType type, String id, String name, Location location, URI uri, String eTag, Date lastModified, Map<String,String> userMetadata)
           
 

Uses of Location in org.jclouds.blobstore.internal
 

Fields in org.jclouds.blobstore.internal with type parameters of type Location
protected  com.google.common.base.Supplier<Location> BaseBlobStore.defaultLocation
           
protected  com.google.common.base.Supplier<Location> BaseAsyncBlobStore.defaultLocation
           
protected  com.google.common.base.Supplier<Set<? extends Location>> BaseBlobStore.locations
           
protected  com.google.common.base.Supplier<Set<? extends Location>> BaseAsyncBlobStore.locations
           
 

Methods in org.jclouds.blobstore.internal that return types with arguments of type Location
 Set<? extends Location> BaseBlobStore.listAssignableLocations()
           
 com.google.common.util.concurrent.ListenableFuture<Set<? extends Location>> BaseAsyncBlobStore.listAssignableLocations()
           
 

Constructor parameters in org.jclouds.blobstore.internal with type arguments of type Location
BaseAsyncBlobStore(BlobStoreContext context, BlobUtils blobUtils, ExecutorService service, com.google.common.base.Supplier<Location> defaultLocation, com.google.common.base.Supplier<Set<? extends Location>> locations)
           
BaseAsyncBlobStore(BlobStoreContext context, BlobUtils blobUtils, ExecutorService service, com.google.common.base.Supplier<Location> defaultLocation, com.google.common.base.Supplier<Set<? extends Location>> locations)
           
BaseBlobStore(BlobStoreContext context, BlobUtils blobUtils, com.google.common.base.Supplier<Location> defaultLocation, com.google.common.base.Supplier<Set<? extends Location>> locations)
           
BaseBlobStore(BlobStoreContext context, BlobUtils blobUtils, com.google.common.base.Supplier<Location> defaultLocation, com.google.common.base.Supplier<Set<? extends Location>> locations)
           
 

Uses of Location in org.jclouds.byon.internal
 

Methods in org.jclouds.byon.internal that return types with arguments of type Location
 Iterable<Location> BYONComputeServiceAdapter.listLocations()
           
 

Uses of Location in org.jclouds.cloudfiles.blobstore
 

Methods in org.jclouds.cloudfiles.blobstore with parameters of type Location
 com.google.common.util.concurrent.ListenableFuture<Boolean> CloudFilesAsyncBlobStore.createContainerInLocation(Location location, String container, CreateContainerOptions options)
           
 boolean CloudFilesBlobStore.createContainerInLocation(Location location, String container, CreateContainerOptions options)
           
 

Constructor parameters in org.jclouds.cloudfiles.blobstore with type arguments of type Location
CloudFilesAsyncBlobStore(BlobStoreContext context, BlobUtils blobUtils, ExecutorService service, com.google.common.base.Supplier<Location> defaultLocation, com.google.common.base.Supplier<Set<? extends Location>> locations, CloudFilesClient sync, CloudFilesAsyncClient async, ContainerToResourceMetadata container2ResourceMd, BlobStoreListContainerOptionsToListContainerOptions container2ContainerListOptions, ContainerToResourceList container2ResourceList, ObjectToBlob object2Blob, BlobToObject blob2Object, ObjectToBlobMetadata object2BlobMd, BlobToHttpGetOptions blob2ObjectGetOptions, javax.inject.Provider<FetchBlobMetadata> fetchBlobMetadataProvider, EnableCDNAndCache enableCDNAndCache)
           
CloudFilesAsyncBlobStore(BlobStoreContext context, BlobUtils blobUtils, ExecutorService service, com.google.common.base.Supplier<Location> defaultLocation, com.google.common.base.Supplier<Set<? extends Location>> locations, CloudFilesClient sync, CloudFilesAsyncClient async, ContainerToResourceMetadata container2ResourceMd, BlobStoreListContainerOptionsToListContainerOptions container2ContainerListOptions, ContainerToResourceList container2ResourceList, ObjectToBlob object2Blob, BlobToObject blob2Object, ObjectToBlobMetadata object2BlobMd, BlobToHttpGetOptions blob2ObjectGetOptions, javax.inject.Provider<FetchBlobMetadata> fetchBlobMetadataProvider, EnableCDNAndCache enableCDNAndCache)
           
CloudFilesBlobStore(BlobStoreContext context, BlobUtils blobUtils, com.google.common.base.Supplier<Location> defaultLocation, com.google.common.base.Supplier<Set<? extends Location>> locations, CommonSwiftClient sync, ContainerToResourceMetadata container2ResourceMd, BlobStoreListContainerOptionsToListContainerOptions container2ContainerListOptions, ContainerToResourceList container2ResourceList, ObjectToBlob object2Blob, BlobToObject blob2Object, ObjectToBlobMetadata object2BlobMd, BlobToHttpGetOptions blob2ObjectGetOptions, javax.inject.Provider<FetchBlobMetadata> fetchBlobMetadataProvider, EnableCDNAndCache enableCDNAndCache)
           
CloudFilesBlobStore(BlobStoreContext context, BlobUtils blobUtils, com.google.common.base.Supplier<Location> defaultLocation, com.google.common.base.Supplier<Set<? extends Location>> locations, CommonSwiftClient sync, ContainerToResourceMetadata container2ResourceMd, BlobStoreListContainerOptionsToListContainerOptions container2ContainerListOptions, ContainerToResourceList container2ResourceList, ObjectToBlob object2Blob, BlobToObject blob2Object, ObjectToBlobMetadata object2BlobMd, BlobToHttpGetOptions blob2ObjectGetOptions, javax.inject.Provider<FetchBlobMetadata> fetchBlobMetadataProvider, EnableCDNAndCache enableCDNAndCache)
           
 

Uses of Location in org.jclouds.cloudloadbalancers.loadbalancer.functions
 

Fields in org.jclouds.cloudloadbalancers.loadbalancer.functions with type parameters of type Location
protected  com.google.common.base.Supplier<Location> LoadBalancerToLoadBalancerMetadata.defaultLocationSupplier
           
protected  com.google.common.base.Supplier<Set<? extends Location>> LoadBalancerToLoadBalancerMetadata.locations
           
 

Constructor parameters in org.jclouds.cloudloadbalancers.loadbalancer.functions with type arguments of type Location
LoadBalancerToLoadBalancerMetadata(com.google.common.base.Supplier<Location> defaultLocationSupplier, com.google.common.base.Supplier<Set<? extends Location>> locations)
           
LoadBalancerToLoadBalancerMetadata(com.google.common.base.Supplier<Location> defaultLocationSupplier, com.google.common.base.Supplier<Set<? extends Location>> locations)
           
 

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

Methods in org.jclouds.cloudloadbalancers.loadbalancer.strategy with parameters of type Location
 LoadBalancerMetadata CloudLoadBalancersLoadBalanceNodesStrategy.createLoadBalancerInLocation(Location location, String name, String protocol, int loadBalancerPort, int instancePort, Iterable<? extends NodeMetadata> nodes)
           
 

Uses of Location in org.jclouds.cloudservers.compute.functions
 

Fields in org.jclouds.cloudservers.compute.functions with type parameters of type Location
protected  com.google.common.base.Supplier<Location> ServerToNodeMetadata.location
           
 

Uses of Location in org.jclouds.cloudservers.compute.strategy
 

Methods in org.jclouds.cloudservers.compute.strategy that return types with arguments of type Location
 Iterable<Location> CloudServersComputeServiceAdapter.listLocations()
           
 

Uses of Location in org.jclouds.cloudsigma.compute
 

Methods in org.jclouds.cloudsigma.compute that return types with arguments of type Location
 Iterable<Location> CloudSigmaComputeServiceAdapter.listLocations()
           
 

Constructor parameters in org.jclouds.cloudsigma.compute with type arguments of type Location
CloudSigmaTemplateBuilderImpl(com.google.common.base.Supplier<Set<? extends Location>> locations, com.google.common.base.Supplier<Set<? extends Image>> images, com.google.common.base.Supplier<Set<? extends Hardware>> hardwares, com.google.common.base.Supplier<Location> defaultLocation2, javax.inject.Provider<TemplateOptions> optionsProvider, javax.inject.Provider<TemplateBuilder> defaultTemplateProvider)
           
CloudSigmaTemplateBuilderImpl(com.google.common.base.Supplier<Set<? extends Location>> locations, com.google.common.base.Supplier<Set<? extends Image>> images, com.google.common.base.Supplier<Set<? extends Hardware>> hardwares, com.google.common.base.Supplier<Location> defaultLocation2, javax.inject.Provider<TemplateOptions> optionsProvider, javax.inject.Provider<TemplateBuilder> defaultTemplateProvider)
           
 

Uses of Location in org.jclouds.cloudsigma.compute.functions
 

Constructor parameters in org.jclouds.cloudsigma.compute.functions with type arguments of type Location
PreinstalledDiskToImage(com.google.common.base.Supplier<Location> locationSupplier, com.google.common.base.Function<String,OsFamilyVersion64Bit> imageParser)
           
 

Uses of Location in org.jclouds.cloudstack.compute.functions
 

Methods in org.jclouds.cloudstack.compute.functions that return Location
 Location ZoneToLocation.apply(Zone zone)
           
 

Methods in org.jclouds.cloudstack.compute.functions with parameters of type Location
 boolean TemplateToImage.FindLocationForTemplate.matches(Template from, Location input)
           
 boolean VirtualMachineToNodeMetadata.FindLocationForVirtualMachine.matches(VirtualMachine from, Location input)
           
 

Constructor parameters in org.jclouds.cloudstack.compute.functions with type arguments of type Location
TemplateToImage.FindLocationForTemplate(com.google.common.base.Supplier<Set<? extends Location>> location)
           
VirtualMachineToNodeMetadata.FindLocationForVirtualMachine(com.google.common.base.Supplier<Set<? extends Location>> location)
           
 

Uses of Location in org.jclouds.compute
 

Methods in org.jclouds.compute that return types with arguments of type Location
 Set<? extends Location> ComputeService.listAssignableLocations()
          The list locations command returns all the valid locations for nodes.
 Iterable<Location> JCloudsNativeComputeServiceAdapter.listLocations()
          
 

Uses of Location in org.jclouds.compute.config
 

Fields in org.jclouds.compute.config with type parameters of type Location
protected  Class<? extends ComputeServiceAdapter<NodeMetadata,Hardware,Image,Location>> JCloudsNativeComputeServiceAdapterContextModule.adapter
           
 

Method parameters in org.jclouds.compute.config with type arguments of type Location
protected  LocationsSupplier ComputeServiceAdapterContextModule.LocationsFromComputeServiceAdapterModule.supplyLocationsFromComputeServiceAdapter(ComputeServiceAdapter<N,H,I,L> adapter, com.google.common.base.Function<L,Location> transformer)
           
 

Constructor parameters in org.jclouds.compute.config with type arguments of type Location
JCloudsNativeComputeServiceAdapterContextModule(Class<S> syncClientType, Class<A> asyncClientType, Class<? extends ComputeServiceAdapter<NodeMetadata,Hardware,Image,Location>> adapter)
           
 

Uses of Location in org.jclouds.compute.domain
 

Methods in org.jclouds.compute.domain that return Location
 Location Template.getLocation()
          Location of the nodes.
 

Methods in org.jclouds.compute.domain with parameters of type Location
 NodeMetadataBuilder NodeMetadataBuilder.location(Location location)
           
 ImageBuilder ImageBuilder.location(Location location)
           
 HardwareBuilder HardwareBuilder.location(Location location)
           
 ComputeMetadataBuilder ComputeMetadataBuilder.location(Location location)
           
 

Uses of Location in org.jclouds.compute.domain.internal
 

Fields in org.jclouds.compute.domain.internal declared as Location
protected  Location TemplateBuilderImpl.location
           
 

Fields in org.jclouds.compute.domain.internal with type parameters of type Location
protected  com.google.common.base.Supplier<Location> TemplateBuilderImpl.defaultLocation
           
protected  com.google.common.base.Supplier<Set<? extends Location>> TemplateBuilderImpl.locations
           
 

Methods in org.jclouds.compute.domain.internal that return Location
 Location TemplateImpl.getLocation()
          Location of the nodes.
 

Constructors in org.jclouds.compute.domain.internal with parameters of type Location
ComputeMetadataImpl(ComputeType type, String providerId, String name, String id, Location location, URI uri, Map<String,String> userMetadata, Set<String> tags)
           
HardwareImpl(String providerId, String name, String id, Location location, URI uri, Map<String,String> userMetadata, Set<String> tags, Iterable<? extends Processor> processors, int ram, Iterable<? extends Volume> volumes, com.google.common.base.Predicate<Image> supportsImage, String hypervisor)
           
ImageImpl(String providerId, String name, String id, Location location, URI uri, Map<String,String> userMetadata, Set<String> tags, OperatingSystem operatingSystem, String description, String version, LoginCredentials defaultCredentials)
           
ImageImpl(String providerId, String name, String id, Location location, URI uri, Map<String,String> userMetadata, Set<String> tags, OperatingSystem operatingSystem, String description, String version, String adminPassword, Credentials defaultCredentials)
          Deprecated. 
NodeMetadataImpl(String providerId, String name, String id, Location location, URI uri, Map<String,String> userMetadata, Set<String> tags, String group, Hardware hardware, String imageId, OperatingSystem os, NodeState state, int loginPort, Iterable<String> publicAddresses, Iterable<String> privateAddresses, LoginCredentials credentials, String hostname)
           
NodeMetadataImpl(String providerId, String name, String id, Location location, URI uri, Map<String,String> userMetadata, Set<String> tags, String group, Hardware hardware, String imageId, OperatingSystem os, NodeState state, int loginPort, Iterable<String> publicAddresses, Iterable<String> privateAddresses, String adminPassword, Credentials credentials, String hostname)
          Deprecated. 
TemplateImpl(Image image, Hardware size, Location location, TemplateOptions options)
           
 

Constructor parameters in org.jclouds.compute.domain.internal with type arguments of type Location
TemplateBuilderImpl(com.google.common.base.Supplier<Set<? extends Location>> locations, com.google.common.base.Supplier<Set<? extends Image>> images, com.google.common.base.Supplier<Set<? extends Hardware>> hardwares, com.google.common.base.Supplier<Location> defaultLocation2, javax.inject.Provider<TemplateOptions> optionsProvider, javax.inject.Provider<TemplateBuilder> defaultTemplateProvider)
           
TemplateBuilderImpl(com.google.common.base.Supplier<Set<? extends Location>> locations, com.google.common.base.Supplier<Set<? extends Image>> images, com.google.common.base.Supplier<Set<? extends Hardware>> hardwares, com.google.common.base.Supplier<Location> defaultLocation2, javax.inject.Provider<TemplateOptions> optionsProvider, javax.inject.Provider<TemplateBuilder> defaultTemplateProvider)
           
 

Uses of Location in org.jclouds.compute.internal
 

Methods in org.jclouds.compute.internal that return types with arguments of type Location
 Set<? extends Location> BaseComputeService.listAssignableLocations()
          The list locations command returns all the valid locations for nodes.
 

Constructor parameters in org.jclouds.compute.internal with type arguments of type Location
BaseComputeService(ComputeServiceContext context, Map<String,Credentials> credentialStore, com.google.common.base.Supplier<Set<? extends Image>> images, com.google.common.base.Supplier<Set<? extends Hardware>> hardwareProfiles, com.google.common.base.Supplier<Set<? extends Location>> locations, ListNodesStrategy listNodesStrategy, GetNodeMetadataStrategy getNodeMetadataStrategy, CreateNodesInGroupThenAddToSet runNodesAndAddToSetStrategy, RebootNodeStrategy rebootNodeStrategy, DestroyNodeStrategy destroyNodeStrategy, ResumeNodeStrategy resumeNodeStrategy, SuspendNodeStrategy suspendNodeStrategy, javax.inject.Provider<TemplateBuilder> templateBuilderProvider, javax.inject.Provider<TemplateOptions> templateOptionsProvider, com.google.common.base.Predicate<AtomicReference<NodeMetadata>> nodeRunning, com.google.common.base.Predicate<AtomicReference<NodeMetadata>> nodeTerminated, com.google.common.base.Predicate<AtomicReference<NodeMetadata>> nodeSuspended, InitializeRunScriptOnNodeOrPlaceInBadMap.Factory initScriptRunnerFactory, InitAdminAccess initAdminAccess, RunScriptOnNode.Factory runScriptOnNodeFactory, PersistNodeCredentials persistNodeCredentials, ComputeServiceConstants.Timeouts timeouts, ExecutorService executor)
           
 

Uses of Location in org.jclouds.compute.stub.config
 

Methods in org.jclouds.compute.stub.config that return types with arguments of type Location
 Iterable<Location> StubComputeServiceAdapter.listLocations()
           
 

Constructor parameters in org.jclouds.compute.stub.config with type arguments of type Location
StubComputeServiceAdapter(ConcurrentMap<String,NodeMetadata> nodes, ExecutorService ioThreads, com.google.common.base.Supplier<Location> location, javax.inject.Provider<Integer> idProvider, String publicIpPrefix, String privateIpPrefix, String passwordPrefix, JustProvider locationSupplier, Map<OsFamily,Map<String,String>> osToVersionMap)
           
 

Uses of Location in org.jclouds.deltacloud.compute.functions
 

Fields in org.jclouds.deltacloud.compute.functions with type parameters of type Location
protected  com.google.common.base.Supplier<Set<? extends Location>> InstanceToNodeMetadata.locations
           
 

Methods in org.jclouds.deltacloud.compute.functions that return Location
 Location RealmToLocation.apply(Realm from)
           
protected  Location InstanceToNodeMetadata.parseLocation(Instance from)
           
 

Uses of Location in org.jclouds.domain
 

Fields in org.jclouds.domain declared as Location
protected  Location ResourceMetadataBuilder.location
           
protected  Location LocationBuilder.parent
           
 

Methods in org.jclouds.domain that return Location
 Location LocationBuilder.build()
           
 Location ResourceMetadata.getLocation()
          Physical location of the resource, or null if n/a ex.
 Location Location.getParent()
          The parent, or null, if top-level
 

Methods in org.jclouds.domain with parameters of type Location
 ResourceMetadataBuilder<T> ResourceMetadataBuilder.location(Location location)
           
 LocationBuilder LocationBuilder.parent(Location parent)
           
 void MutableResourceMetadata.setLocation(Location location)
           
 

Uses of Location in org.jclouds.domain.internal
 

Classes in org.jclouds.domain.internal that implement Location
 class LocationImpl
           
 

Methods in org.jclouds.domain.internal that return Location
 Location ResourceMetadataImpl.getLocation()
          Physical location of the resource, or null if n/a ex.
 Location MutableResourceMetadataImpl.getLocation()
          Physical location of the resource, or null if n/a ex.
 Location LocationImpl.getParent()
          The parent, or null, if top-level
 

Methods in org.jclouds.domain.internal with parameters of type Location
 void MutableResourceMetadataImpl.setLocation(Location location)
          
 

Constructors in org.jclouds.domain.internal with parameters of type Location
LocationImpl(LocationScope scope, String id, String description, Location parent, Iterable<String> iso3166Codes, Map<String,Object> metadata)
           
ResourceMetadataImpl(String providerId, String name, Location location, URI uri, Map<String,String> userMetadata)
           
 

Uses of Location in org.jclouds.ec2.compute
 

Constructor parameters in org.jclouds.ec2.compute with type arguments of type Location
EC2ComputeService(ComputeServiceContext context, Map<String,Credentials> credentialStore, com.google.common.base.Supplier<Set<? extends Image>> images, com.google.common.base.Supplier<Set<? extends Hardware>> sizes, com.google.common.base.Supplier<Set<? extends Location>> locations, ListNodesStrategy listNodesStrategy, GetNodeMetadataStrategy getNodeMetadataStrategy, CreateNodesInGroupThenAddToSet runNodesAndAddToSetStrategy, RebootNodeStrategy rebootNodeStrategy, DestroyNodeStrategy destroyNodeStrategy, ResumeNodeStrategy startNodeStrategy, SuspendNodeStrategy stopNodeStrategy, javax.inject.Provider<TemplateBuilder> templateBuilderProvider, javax.inject.Provider<TemplateOptions> templateOptionsProvider, com.google.common.base.Predicate<AtomicReference<NodeMetadata>> nodeRunning, com.google.common.base.Predicate<AtomicReference<NodeMetadata>> nodeTerminated, com.google.common.base.Predicate<AtomicReference<NodeMetadata>> nodeSuspended, InitializeRunScriptOnNodeOrPlaceInBadMap.Factory initScriptRunnerFactory, RunScriptOnNode.Factory runScriptOnNodeFactory, InitAdminAccess initAdminAccess, PersistNodeCredentials persistNodeCredentials, ComputeServiceConstants.Timeouts timeouts, ExecutorService executor, EC2Client ec2Client, ConcurrentMap<RegionAndName,KeyPair> credentialsMap, com.google.common.cache.LoadingCache<RegionAndName,String> securityGroupMap)
           
 

Uses of Location in org.jclouds.ec2.compute.domain
 

Methods in org.jclouds.ec2.compute.domain with parameters of type Location
 EC2HardwareBuilder EC2HardwareBuilder.location(Location location)
           
 

Uses of Location in org.jclouds.ec2.compute.functions
 

Fields in org.jclouds.ec2.compute.functions with type parameters of type Location
protected  com.google.common.base.Supplier<Set<? extends Location>> RunningInstanceToNodeMetadata.locations
           
 

Constructor parameters in org.jclouds.ec2.compute.functions with type arguments of type Location
EC2ImageParser(PopulateDefaultLoginCredentialsForImageStrategy credentialProvider, Map<OsFamily,Map<String,String>> osVersionMap, com.google.common.base.Supplier<Set<? extends Location>> locations, com.google.common.base.Supplier<Location> defaultLocation, ReviseParsedImage reviseParsedImage)
           
EC2ImageParser(PopulateDefaultLoginCredentialsForImageStrategy credentialProvider, Map<OsFamily,Map<String,String>> osVersionMap, com.google.common.base.Supplier<Set<? extends Location>> locations, com.google.common.base.Supplier<Location> defaultLocation, ReviseParsedImage reviseParsedImage)
           
RunningInstanceToNodeMetadata(Map<InstanceState,NodeState> instanceToNodeState, Map<String,Credentials> credentialStore, com.google.common.base.Supplier<com.google.common.cache.LoadingCache<RegionAndName,? extends Image>> imageMap, com.google.common.base.Supplier<Set<? extends Location>> locations, com.google.common.base.Supplier<Set<? extends Hardware>> hardware)
           
 

Uses of Location in org.jclouds.ec2.compute.internal
 

Constructor parameters in org.jclouds.ec2.compute.internal with type arguments of type Location
EC2TemplateBuilderImpl(com.google.common.base.Supplier<Set<? extends Location>> locations, com.google.common.base.Supplier<Set<? extends Image>> images, com.google.common.base.Supplier<Set<? extends Hardware>> sizes, com.google.common.base.Supplier<Location> defaultLocation, javax.inject.Provider<TemplateOptions> optionsProvider, javax.inject.Provider<TemplateBuilder> defaultTemplateProvider, com.google.common.base.Supplier<com.google.common.cache.LoadingCache<RegionAndName,? extends Image>> imageMap)
           
EC2TemplateBuilderImpl(com.google.common.base.Supplier<Set<? extends Location>> locations, com.google.common.base.Supplier<Set<? extends Image>> images, com.google.common.base.Supplier<Set<? extends Hardware>> sizes, com.google.common.base.Supplier<Location> defaultLocation, javax.inject.Provider<TemplateOptions> optionsProvider, javax.inject.Provider<TemplateBuilder> defaultTemplateProvider, com.google.common.base.Supplier<com.google.common.cache.LoadingCache<RegionAndName,? extends Image>> imageMap)
           
 

Uses of Location in org.jclouds.ec2.compute.util
 

Methods in org.jclouds.ec2.compute.util with parameters of type Location
static String EC2ComputeUtils.getZoneFromLocationOrNull(Location location)
           
 

Uses of Location in org.jclouds.elasticstack.compute
 

Methods in org.jclouds.elasticstack.compute that return types with arguments of type Location
 Iterable<Location> ElasticStackComputeServiceAdapter.listLocations()
           
 

Uses of Location in org.jclouds.elasticstack.compute.functions
 

Constructor parameters in org.jclouds.elasticstack.compute.functions with type arguments of type Location
WellKnownImageToImage(com.google.common.base.Supplier<Location> locationSupplier, Map<String,WellKnownImage> preinstalledImages, Map<String,Credentials> credentialStore)
           
 

Uses of Location in org.jclouds.filesystem
 

Methods in org.jclouds.filesystem with parameters of type Location
 com.google.common.util.concurrent.ListenableFuture<Boolean> FilesystemAsyncBlobStore.createContainerInLocation(Location location, String name)
          
 com.google.common.util.concurrent.ListenableFuture<Boolean> FilesystemAsyncBlobStore.createContainerInLocation(Location location, String container, CreateContainerOptions options)
           
 

Constructor parameters in org.jclouds.filesystem with type arguments of type Location
FilesystemAsyncBlobStore(BlobStoreContext context, DateService dateService, Crypto crypto, HttpGetOptionsListToGetOptions httpGetOptionsConverter, IfDirectoryReturnNameStrategy ifDirectoryReturnName, BlobUtils blobUtils, ExecutorService service, com.google.common.base.Supplier<Location> defaultLocation, com.google.common.base.Supplier<Set<? extends Location>> locations, FilesystemStorageStrategy storageStrategy)
           
FilesystemAsyncBlobStore(BlobStoreContext context, DateService dateService, Crypto crypto, HttpGetOptionsListToGetOptions httpGetOptionsConverter, IfDirectoryReturnNameStrategy ifDirectoryReturnName, BlobUtils blobUtils, ExecutorService service, com.google.common.base.Supplier<Location> defaultLocation, com.google.common.base.Supplier<Set<? extends Location>> locations, FilesystemStorageStrategy storageStrategy)
           
 

Uses of Location in org.jclouds.glesys.compute
 

Methods in org.jclouds.glesys.compute with parameters of type Location
 boolean GleSYSComputeServiceAdapter.FindLocationForServerSpec.matches(ServerSpec from, Location input)
           
 

Constructor parameters in org.jclouds.glesys.compute with type arguments of type Location
GleSYSComputeServiceAdapter.FindLocationForServerSpec(com.google.common.base.Supplier<Set<? extends Location>> location)
           
GleSYSComputeServiceAdapter(GleSYSClient client, GleSYSAsyncClient aclient, ExecutorService userThreads, ComputeServiceConstants.Timeouts timeouts, com.google.common.base.Supplier<Set<? extends Location>> locations, javax.inject.Provider<String> passwordProvider)
           
 

Uses of Location in org.jclouds.glesys.compute.functions
 

Methods in org.jclouds.glesys.compute.functions that return Location
 Location DatacenterToLocation.apply(String datacenter)
           
 

Methods in org.jclouds.glesys.compute.functions with parameters of type Location
 boolean ServerDetailsToNodeMetadata.FindLocationForServerDetails.matches(ServerDetails from, Location input)
           
 boolean FindLocationForServerSpec.matches(ServerSpec from, Location input)
           
 

Constructor parameters in org.jclouds.glesys.compute.functions with type arguments of type Location
FindLocationForServerSpec(com.google.common.base.Supplier<Set<? extends Location>> location)
           
ServerDetailsToNodeMetadata.FindLocationForServerDetails(com.google.common.base.Supplier<Set<? extends Location>> location)
           
 

Uses of Location in org.jclouds.gogrid.compute
 

Constructor parameters in org.jclouds.gogrid.compute with type arguments of type Location
GoGridComputeService(ComputeServiceContext context, Map<String,Credentials> credentialStore, com.google.common.base.Supplier<Set<? extends Image>> images, com.google.common.base.Supplier<Set<? extends Hardware>> hardwareProfiles, com.google.common.base.Supplier<Set<? extends Location>> locations, ListNodesStrategy listNodesStrategy, GetNodeMetadataStrategy getNodeMetadataStrategy, CreateNodesInGroupThenAddToSet runNodesAndAddToSetStrategy, RebootNodeStrategy rebootNodeStrategy, DestroyNodeStrategy destroyNodeStrategy, ResumeNodeStrategy resumeNodeStrategy, SuspendNodeStrategy suspendNodeStrategy, javax.inject.Provider<TemplateBuilder> templateBuilderProvider, javax.inject.Provider<TemplateOptions> templateOptionsProvider, com.google.common.base.Predicate<AtomicReference<NodeMetadata>> nodeRunning, com.google.common.base.Predicate<AtomicReference<NodeMetadata>> nodeTerminated, com.google.common.base.Predicate<AtomicReference<NodeMetadata>> nodeSuspended, InitializeRunScriptOnNodeOrPlaceInBadMap.Factory initScriptRunnerFactory, InitAdminAccess initAdminAccess, RunScriptOnNode.Factory runScriptOnNodeFactory, PersistNodeCredentials persistNodeCredentials, ComputeServiceConstants.Timeouts timeouts, ExecutorService executor)
           
 

Uses of Location in org.jclouds.gogrid.compute.functions
 

Methods in org.jclouds.gogrid.compute.functions that return Location
 Location OptionToLocation.apply(Option from)
           
 

Uses of Location in org.jclouds.gogrid.location
 

Methods in org.jclouds.gogrid.location that return Location
 Location GoGridDefaultLocationSupplier.get()
           
 

Uses of Location in org.jclouds.hpcloud.objectstorage.lvs.blobstore
 

Methods in org.jclouds.hpcloud.objectstorage.lvs.blobstore with parameters of type Location
 boolean HPCloudObjectStorageLasVegasBlobStore.createContainerInLocation(Location location, String container, CreateContainerOptions options)
           
 com.google.common.util.concurrent.ListenableFuture<Boolean> HPCloudObjectStorageLasVegasAsyncBlobStore.createContainerInLocation(Location location, String container, CreateContainerOptions options)
           
 

Constructor parameters in org.jclouds.hpcloud.objectstorage.lvs.blobstore with type arguments of type Location
HPCloudObjectStorageLasVegasAsyncBlobStore(BlobStoreContext context, BlobUtils blobUtils, ExecutorService service, com.google.common.base.Supplier<Location> defaultLocation, com.google.common.base.Supplier<Set<? extends Location>> locations, HPCloudObjectStorageLasVegasClient sync, HPCloudObjectStorageLasVegasAsyncClient async, ContainerToResourceMetadata container2ResourceMd, BlobStoreListContainerOptionsToListContainerOptions container2ContainerListOptions, ContainerToResourceList container2ResourceList, ObjectToBlob object2Blob, BlobToObject blob2Object, ObjectToBlobMetadata object2BlobMd, BlobToHttpGetOptions blob2ObjectGetOptions, javax.inject.Provider<FetchBlobMetadata> fetchBlobMetadataProvider, EnableCDNAndCache enableCDNAndCache)
           
HPCloudObjectStorageLasVegasAsyncBlobStore(BlobStoreContext context, BlobUtils blobUtils, ExecutorService service, com.google.common.base.Supplier<Location> defaultLocation, com.google.common.base.Supplier<Set<? extends Location>> locations, HPCloudObjectStorageLasVegasClient sync, HPCloudObjectStorageLasVegasAsyncClient async, ContainerToResourceMetadata container2ResourceMd, BlobStoreListContainerOptionsToListContainerOptions container2ContainerListOptions, ContainerToResourceList container2ResourceList, ObjectToBlob object2Blob, BlobToObject blob2Object, ObjectToBlobMetadata object2BlobMd, BlobToHttpGetOptions blob2ObjectGetOptions, javax.inject.Provider<FetchBlobMetadata> fetchBlobMetadataProvider, EnableCDNAndCache enableCDNAndCache)
           
HPCloudObjectStorageLasVegasBlobStore(BlobStoreContext context, BlobUtils blobUtils, com.google.common.base.Supplier<Location> defaultLocation, com.google.common.base.Supplier<Set<? extends Location>> locations, CommonSwiftClient sync, ContainerToResourceMetadata container2ResourceMd, BlobStoreListContainerOptionsToListContainerOptions container2ContainerListOptions, ContainerToResourceList container2ResourceList, ObjectToBlob object2Blob, BlobToObject blob2Object, ObjectToBlobMetadata object2BlobMd, BlobToHttpGetOptions blob2ObjectGetOptions, javax.inject.Provider<FetchBlobMetadata> fetchBlobMetadataProvider, EnableCDNAndCache enableCDNAndCache)
           
HPCloudObjectStorageLasVegasBlobStore(BlobStoreContext context, BlobUtils blobUtils, com.google.common.base.Supplier<Location> defaultLocation, com.google.common.base.Supplier<Set<? extends Location>> locations, CommonSwiftClient sync, ContainerToResourceMetadata container2ResourceMd, BlobStoreListContainerOptionsToListContainerOptions container2ContainerListOptions, ContainerToResourceList container2ResourceList, ObjectToBlob object2Blob, BlobToObject blob2Object, ObjectToBlobMetadata object2BlobMd, BlobToHttpGetOptions blob2ObjectGetOptions, javax.inject.Provider<FetchBlobMetadata> fetchBlobMetadataProvider, EnableCDNAndCache enableCDNAndCache)
           
 

Uses of Location in org.jclouds.loadbalancer
 

Methods in org.jclouds.loadbalancer that return types with arguments of type Location
 Set<? extends Location> LoadBalancerService.listAssignableLocations()
          The list locations command returns all the valid locations for load balancers.
 

Methods in org.jclouds.loadbalancer with parameters of type Location
 B LoadBalancerServiceAdapter.createLoadBalancerInLocation(Location location, String loadBalancerName, String protocol, int loadBalancerPort, int instancePort, Iterable<? extends NodeMetadata> nodes)
           
 LoadBalancerMetadata LoadBalancerService.createLoadBalancerInLocation(Location location, String loadBalancerName, String protocol, int loadBalancerPort, int instancePort, Iterable<? extends NodeMetadata> nodes)
           
 

Uses of Location in org.jclouds.loadbalancer.domain.internal
 

Constructors in org.jclouds.loadbalancer.domain.internal with parameters of type Location
LoadBalancerMetadataImpl(LoadBalancerType type, String providerId, String name, String id, Location location, URI uri, Map<String,String> userMetadata, Iterable<String> addresses)
           
 

Uses of Location in org.jclouds.loadbalancer.internal
 

Fields in org.jclouds.loadbalancer.internal with type parameters of type Location
protected  com.google.common.base.Supplier<Location> BaseLoadBalancerService.defaultLocationSupplier
           
protected  com.google.common.base.Supplier<Set<? extends Location>> BaseLoadBalancerService.locations
           
 

Methods in org.jclouds.loadbalancer.internal that return types with arguments of type Location
 Set<? extends Location> BaseLoadBalancerService.listAssignableLocations()
          The list locations command returns all the valid locations for load balancers.
 

Methods in org.jclouds.loadbalancer.internal with parameters of type Location
 LoadBalancerMetadata BaseLoadBalancerService.createLoadBalancerInLocation(Location location, String loadBalancerName, String protocol, int loadBalancerPort, int instancePort, Iterable<? extends NodeMetadata> nodes)
           
 

Constructor parameters in org.jclouds.loadbalancer.internal with type arguments of type Location
BaseLoadBalancerService(com.google.common.base.Supplier<Location> defaultLocationSupplier, LoadBalancerServiceContext context, LoadBalanceNodesStrategy loadBalancerStrategy, GetLoadBalancerMetadataStrategy getLoadBalancerMetadataStrategy, DestroyLoadBalancerStrategy destroyLoadBalancerStrategy, ListLoadBalancersStrategy listLoadBalancersStrategy, com.google.common.base.Supplier<Set<? extends Location>> locations)
           
BaseLoadBalancerService(com.google.common.base.Supplier<Location> defaultLocationSupplier, LoadBalancerServiceContext context, LoadBalanceNodesStrategy loadBalancerStrategy, GetLoadBalancerMetadataStrategy getLoadBalancerMetadataStrategy, DestroyLoadBalancerStrategy destroyLoadBalancerStrategy, ListLoadBalancersStrategy listLoadBalancersStrategy, com.google.common.base.Supplier<Set<? extends Location>> locations)
           
 

Uses of Location in org.jclouds.loadbalancer.strategy
 

Methods in org.jclouds.loadbalancer.strategy with parameters of type Location
 LoadBalancerMetadata LoadBalanceNodesStrategy.createLoadBalancerInLocation(Location location, String name, String protocol, int loadBalancerPort, int instancePort, Iterable<? extends NodeMetadata> nodes)
           
 

Uses of Location in org.jclouds.location.config
 

Methods in org.jclouds.location.config that return types with arguments of type Location
protected  com.google.common.base.Supplier<Location> LocationModule.implicitLocationSupplier(AtomicReference<AuthorizationException> authException, long seconds, ImplicitLocationSupplier uncached)
           
protected  com.google.common.base.Supplier<Set<? extends Location>> LocationModule.memoizedLocationsSupplier(AtomicReference<AuthorizationException> authException, long seconds, LocationsSupplier uncached)
           
 

Uses of Location in org.jclouds.location.functions
 

Methods in org.jclouds.location.functions with parameters of type Location
 String ToIdAndScope.apply(Location input)
           
 

Uses of Location in org.jclouds.location.predicates
 

Methods in org.jclouds.location.predicates that return types with arguments of type Location
static com.google.common.base.Predicate<Location> LocationPredicates.idEquals(String id)
           
static com.google.common.base.Predicate<Location> LocationPredicates.isProvider()
           
static com.google.common.base.Predicate<Location> LocationPredicates.isRegion()
           
static com.google.common.base.Predicate<Location> LocationPredicates.isZone()
           
static com.google.common.base.Predicate<Location> LocationPredicates.isZoneOrRegionWhereRegionIdEquals(String region)
           
 

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

Methods in org.jclouds.location.suppliers.all that return types with arguments of type Location
 Set<? extends Location> RegionToProviderOrJustProvider.get()
           
 Set<? extends Location> JustProvider.get()
           
 Set<? extends Location> ZoneToRegionToProviderOrJustProvider.get()
           
 

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

Methods in org.jclouds.location.suppliers.implicit that return Location
 Location OnlyLocationOrFirstZone.get()
           
 Location OnlyLocationOrFirstRegionOptionallyMatchingRegionId.get()
           
 

Uses of Location in org.jclouds.openstack.nova.compute.functions
 

Fields in org.jclouds.openstack.nova.compute.functions with type parameters of type Location
protected  com.google.common.base.Supplier<Location> ServerToNodeMetadata.location
           
 

Uses of Location in org.jclouds.openstack.nova.compute.strategy
 

Methods in org.jclouds.openstack.nova.compute.strategy that return types with arguments of type Location
 Iterable<Location> NovaComputeServiceAdapter.listLocations()
           
 

Uses of Location in org.jclouds.openstack.swift.blobstore
 

Methods in org.jclouds.openstack.swift.blobstore with parameters of type Location
 com.google.common.util.concurrent.ListenableFuture<Boolean> SwiftAsyncBlobStore.createContainerInLocation(Location location, String container)
          Note that location is currently ignored.
 boolean SwiftBlobStore.createContainerInLocation(Location location, String container)
          This implementation invokes CommonSwiftClient#putBucketInRegion
 com.google.common.util.concurrent.ListenableFuture<Boolean> SwiftAsyncBlobStore.createContainerInLocation(Location location, String container, CreateContainerOptions options)
           
 boolean SwiftBlobStore.createContainerInLocation(Location location, String container, CreateContainerOptions options)
           
 

Constructor parameters in org.jclouds.openstack.swift.blobstore with type arguments of type Location
SwiftAsyncBlobStore(BlobStoreContext context, BlobUtils blobUtils, ExecutorService service, com.google.common.base.Supplier<Location> defaultLocation, com.google.common.base.Supplier<Set<? extends Location>> locations, CommonSwiftClient sync, CommonSwiftAsyncClient async, ContainerToResourceMetadata container2ResourceMd, BlobStoreListContainerOptionsToListContainerOptions container2ContainerListOptions, ContainerToResourceList container2ResourceList, ObjectToBlob object2Blob, BlobToObject blob2Object, ObjectToBlobMetadata object2BlobMd, BlobToHttpGetOptions blob2ObjectGetOptions, javax.inject.Provider<FetchBlobMetadata> fetchBlobMetadataProvider)
           
SwiftAsyncBlobStore(BlobStoreContext context, BlobUtils blobUtils, ExecutorService service, com.google.common.base.Supplier<Location> defaultLocation, com.google.common.base.Supplier<Set<? extends Location>> locations, CommonSwiftClient sync, CommonSwiftAsyncClient async, ContainerToResourceMetadata container2ResourceMd, BlobStoreListContainerOptionsToListContainerOptions container2ContainerListOptions, ContainerToResourceList container2ResourceList, ObjectToBlob object2Blob, BlobToObject blob2Object, ObjectToBlobMetadata object2BlobMd, BlobToHttpGetOptions blob2ObjectGetOptions, javax.inject.Provider<FetchBlobMetadata> fetchBlobMetadataProvider)
           
SwiftBlobStore(BlobStoreContext context, BlobUtils blobUtils, com.google.common.base.Supplier<Location> defaultLocation, com.google.common.base.Supplier<Set<? extends Location>> locations, CommonSwiftClient sync, ContainerToResourceMetadata container2ResourceMd, BlobStoreListContainerOptionsToListContainerOptions container2ContainerListOptions, ContainerToResourceList container2ResourceList, ObjectToBlob object2Blob, BlobToObject blob2Object, ObjectToBlobMetadata object2BlobMd, BlobToHttpGetOptions blob2ObjectGetOptions, javax.inject.Provider<FetchBlobMetadata> fetchBlobMetadataProvider)
           
SwiftBlobStore(BlobStoreContext context, BlobUtils blobUtils, com.google.common.base.Supplier<Location> defaultLocation, com.google.common.base.Supplier<Set<? extends Location>> locations, CommonSwiftClient sync, ContainerToResourceMetadata container2ResourceMd, BlobStoreListContainerOptionsToListContainerOptions container2ContainerListOptions, ContainerToResourceList container2ResourceList, ObjectToBlob object2Blob, BlobToObject blob2Object, ObjectToBlobMetadata object2BlobMd, BlobToHttpGetOptions blob2ObjectGetOptions, javax.inject.Provider<FetchBlobMetadata> fetchBlobMetadataProvider)
           
 

Uses of Location in org.jclouds.rest
 

Subinterfaces of Location in org.jclouds.rest
 interface RestContext<S,A>
          Represents an authenticated context to the cloud.
 

Uses of Location in org.jclouds.rest.internal
 

Classes in org.jclouds.rest.internal that implement Location
 class RestContextImpl<S,A>
           
 

Methods in org.jclouds.rest.internal that return Location
 Location RestContextImpl.getParent()
           
 

Uses of Location in org.jclouds.rimuhosting.miro.compute.functions
 

Fields in org.jclouds.rimuhosting.miro.compute.functions with type parameters of type Location
protected  com.google.common.base.Supplier<Set<? extends Location>> ServerToNodeMetadata.locations
           
 

Methods in org.jclouds.rimuhosting.miro.compute.functions with parameters of type Location
protected  OperatingSystem ServerToNodeMetadata.parseOperatingSystem(Server from, Location location)
           
 

Uses of Location in org.jclouds.rimuhosting.miro.location
 

Methods in org.jclouds.rimuhosting.miro.location that return Location
 Location RimuHostingDefaultLocationSupplier.get()
           
 

Methods in org.jclouds.rimuhosting.miro.location that return types with arguments of type Location
 Set<? extends Location> RimuHostingLocationSupplier.get()
           
 

Uses of Location in org.jclouds.s3.blobstore
 

Methods in org.jclouds.s3.blobstore with parameters of type Location
 boolean S3BlobStore.createContainerInLocation(Location location, String container)
          This implementation invokes S3Client.putBucketInRegion(java.lang.String, java.lang.String, org.jclouds.s3.options.PutBucketOptions...)
 com.google.common.util.concurrent.ListenableFuture<Boolean> S3AsyncBlobStore.createContainerInLocation(Location location, String container)
          This implementation invokes S3AsyncClient.putBucketInRegion(java.lang.String, java.lang.String, org.jclouds.s3.options.PutBucketOptions...)
 boolean S3BlobStore.createContainerInLocation(Location location, String container, CreateContainerOptions options)
           
 com.google.common.util.concurrent.ListenableFuture<Boolean> S3AsyncBlobStore.createContainerInLocation(Location location, String container, CreateContainerOptions options)
           
 

Constructor parameters in org.jclouds.s3.blobstore with type arguments of type Location
S3AsyncBlobStore(BlobStoreContext context, BlobUtils blobUtils, ExecutorService service, com.google.common.base.Supplier<Location> defaultLocation, com.google.common.base.Supplier<Set<? extends Location>> locations, S3AsyncClient async, S3Client sync, BucketToResourceMetadata bucket2ResourceMd, ContainerToBucketListOptions container2BucketListOptions, BucketToResourceList bucket2ResourceList, ObjectToBlob object2Blob, BlobToHttpGetOptions blob2ObjectGetOptions, BlobToObject blob2Object, ObjectToBlobMetadata object2BlobMd, javax.inject.Provider<FetchBlobMetadata> fetchBlobMetadataProvider, com.google.common.cache.LoadingCache<String,AccessControlList> bucketAcls)
           
S3AsyncBlobStore(BlobStoreContext context, BlobUtils blobUtils, ExecutorService service, com.google.common.base.Supplier<Location> defaultLocation, com.google.common.base.Supplier<Set<? extends Location>> locations, S3AsyncClient async, S3Client sync, BucketToResourceMetadata bucket2ResourceMd, ContainerToBucketListOptions container2BucketListOptions, BucketToResourceList bucket2ResourceList, ObjectToBlob object2Blob, BlobToHttpGetOptions blob2ObjectGetOptions, BlobToObject blob2Object, ObjectToBlobMetadata object2BlobMd, javax.inject.Provider<FetchBlobMetadata> fetchBlobMetadataProvider, com.google.common.cache.LoadingCache<String,AccessControlList> bucketAcls)
           
S3BlobStore(BlobStoreContext context, BlobUtils blobUtils, com.google.common.base.Supplier<Location> defaultLocation, com.google.common.base.Supplier<Set<? extends Location>> locations, S3Client sync, BucketToResourceMetadata bucket2ResourceMd, ContainerToBucketListOptions container2BucketListOptions, BucketToResourceList bucket2ResourceList, ObjectToBlob object2Blob, BlobToHttpGetOptions blob2ObjectGetOptions, BlobToObject blob2Object, ObjectToBlobMetadata object2BlobMd, javax.inject.Provider<FetchBlobMetadata> fetchBlobMetadataProvider, com.google.common.cache.LoadingCache<String,AccessControlList> bucketAcls)
           
S3BlobStore(BlobStoreContext context, BlobUtils blobUtils, com.google.common.base.Supplier<Location> defaultLocation, com.google.common.base.Supplier<Set<? extends Location>> locations, S3Client sync, BucketToResourceMetadata bucket2ResourceMd, ContainerToBucketListOptions container2BucketListOptions, BucketToResourceList bucket2ResourceList, ObjectToBlob object2Blob, BlobToHttpGetOptions blob2ObjectGetOptions, BlobToObject blob2Object, ObjectToBlobMetadata object2BlobMd, javax.inject.Provider<FetchBlobMetadata> fetchBlobMetadataProvider, com.google.common.cache.LoadingCache<String,AccessControlList> bucketAcls)
           
 

Uses of Location in org.jclouds.s3.blobstore.functions
 

Methods in org.jclouds.s3.blobstore.functions that return Location
 Location LocationFromBucketLocation.apply(BucketMetadata from)
           
 

Uses of Location in org.jclouds.savvis.vpdc.compute.functions
 

Methods in org.jclouds.savvis.vpdc.compute.functions that return Location
 Location NetworkToLocation.apply(Network from)
           
 

Methods in org.jclouds.savvis.vpdc.compute.functions with parameters of type Location
 boolean VMToNodeMetadata.FindLocationForVM.matches(VM from, Location input)
           
 

Constructor parameters in org.jclouds.savvis.vpdc.compute.functions with type arguments of type Location
VMToNodeMetadata.FindLocationForVM(com.google.common.base.Supplier<Set<? extends Location>> hardware)
           
 

Uses of Location in org.jclouds.savvis.vpdc.location
 

Methods in org.jclouds.savvis.vpdc.location that return Location
 Location FirstNetwork.get()
           
 

Methods in org.jclouds.savvis.vpdc.location with parameters of type Location
 boolean FirstNetwork.IsNetwork.apply(Location input)
           
 

Uses of Location in org.jclouds.servermanager.compute.functions
 

Methods in org.jclouds.servermanager.compute.functions that return Location
 Location DatacenterToLocation.apply(Datacenter from)
           
 

Methods in org.jclouds.servermanager.compute.functions with parameters of type Location
 boolean ServerToNodeMetadata.FindLocationForServer.matches(Server from, Location input)
           
 

Constructor parameters in org.jclouds.servermanager.compute.functions with type arguments of type Location
DatacenterToLocation(javax.inject.Provider<com.google.common.base.Supplier<Location>> provider)
           
ServerToNodeMetadata.FindLocationForServer(com.google.common.base.Supplier<Set<? extends Location>> hardware)
           
 

Uses of Location in org.jclouds.slicehost.compute.functions
 

Fields in org.jclouds.slicehost.compute.functions with type parameters of type Location
protected  com.google.common.base.Supplier<Location> SliceToNodeMetadata.location
           
 

Uses of Location in org.jclouds.slicehost.compute.strategy
 

Methods in org.jclouds.slicehost.compute.strategy that return types with arguments of type Location
 Iterable<Location> SlicehostComputeServiceAdapter.listLocations()
           
 

Uses of Location in org.jclouds.softlayer.compute.functions
 

Methods in org.jclouds.softlayer.compute.functions that return Location
 Location DatacenterToLocation.apply(Datacenter datacenter)
           
 

Methods in org.jclouds.softlayer.compute.functions with parameters of type Location
 boolean VirtualGuestToNodeMetadata.FindLocationForVirtualGuest.matches(VirtualGuest from, Location input)
           
 

Constructor parameters in org.jclouds.softlayer.compute.functions with type arguments of type Location
VirtualGuestToNodeMetadata.FindLocationForVirtualGuest(com.google.common.base.Supplier<Set<? extends Location>> location)
           
 

Uses of Location in org.jclouds.trmk.vcloud_0_8.compute
 

Constructor parameters in org.jclouds.trmk.vcloud_0_8.compute with type arguments of type Location
TerremarkVCloudComputeService(ComputeServiceContext context, Map<String,Credentials> credentialStore, com.google.common.base.Supplier<Set<? extends Image>> images, com.google.common.base.Supplier<Set<? extends Hardware>> sizes, com.google.common.base.Supplier<Set<? extends Location>> locations, ListNodesStrategy listNodesStrategy, GetNodeMetadataStrategy getNodeMetadataStrategy, CreateNodesInGroupThenAddToSet runNodesAndAddToSetStrategy, RebootNodeStrategy rebootNodeStrategy, DestroyNodeStrategy destroyNodeStrategy, ResumeNodeStrategy resumeNodeStrategy, SuspendNodeStrategy suspendNodeStrategy, javax.inject.Provider<TemplateBuilder> templateBuilderProvider, javax.inject.Provider<TemplateOptions> templateOptionsProvider, com.google.common.base.Predicate<AtomicReference<NodeMetadata>> nodeRunning, com.google.common.base.Predicate<AtomicReference<NodeMetadata>> nodeTerminated, com.google.common.base.Predicate<AtomicReference<NodeMetadata>> nodeSuspended, InitializeRunScriptOnNodeOrPlaceInBadMap.Factory initScriptRunnerFactory, RunScriptOnNode.Factory runScriptOnNodeFactory, InitAdminAccess initAdminAccess, PersistNodeCredentials persistNodeCredentials, ComputeServiceConstants.Timeouts timeouts, ExecutorService executor, CleanupOrphanKeys cleanupOrphanKeys)
           
 

Uses of Location in org.jclouds.trmk.vcloud_0_8.compute.functions
 

Methods in org.jclouds.trmk.vcloud_0_8.compute.functions that return Location
 Location FindLocationForResource.apply(ReferenceType resource)
          searches for a location associated with this resource.
 

Constructor parameters in org.jclouds.trmk.vcloud_0_8.compute.functions with type arguments of type Location
FindLocationForResource(com.google.common.base.Supplier<Set<? extends Location>> locations)
           
HardwareForVCloudExpressVApp(com.google.common.base.Function<ReferenceType,Location> findLocationForResource, HardwareBuilderFromResourceAllocations rasdToHardwareBuilder)
           
 

Uses of Location in org.jclouds.trmk.vcloud_0_8.functions
 

Method parameters in org.jclouds.trmk.vcloud_0_8.functions with type arguments of type Location
 Iterable<? extends Org> OrgsForLocations.apply(Iterable<? extends Location> from)
          Zones are assignable, but we want regions.
 

Uses of Location in org.jclouds.trmk.vcloud_0_8.location
 

Methods in org.jclouds.trmk.vcloud_0_8.location that return Location
 Location DefaultVDC.get()
           
 

Methods in org.jclouds.trmk.vcloud_0_8.location that return types with arguments of type Location
protected  com.google.common.collect.ImmutableSet.Builder<Location> OrgAndVDCToLocationSupplier.buildJustProviderOrVDCs()
           
 Set<? extends Location> OrgAndVDCToLocationSupplier.get()
           
 

Methods in org.jclouds.trmk.vcloud_0_8.location with parameters of type Location
 boolean DefaultVDC.IsDefaultVDC.apply(Location input)
           
 

Uses of Location in org.jclouds.vcloud.compute.functions
 

Methods in org.jclouds.vcloud.compute.functions that return Location
 Location FindLocationForResource.apply(ReferenceType resource)
          searches for a location associated with this resource.
 

Constructor parameters in org.jclouds.vcloud.compute.functions with type arguments of type Location
FindLocationForResource(com.google.common.base.Supplier<Set<? extends Location>> locations)
           
HardwareForVApp(com.google.common.base.Function<ReferenceType,Location> findLocationForResource, VCloudHardwareBuilderFromResourceAllocations rasdToHardwareBuilder)
           
 

Uses of Location in org.jclouds.vcloud.compute.internal
 

Constructor parameters in org.jclouds.vcloud.compute.internal with type arguments of type Location
VCloudTemplateBuilderImpl(com.google.common.base.Supplier<Set<? extends Location>> locations, com.google.common.base.Supplier<Set<? extends Image>> images, com.google.common.base.Supplier<Set<? extends Hardware>> sizes, com.google.common.base.Supplier<Location> defaultLocation, javax.inject.Provider<TemplateOptions> optionsProvider, javax.inject.Provider<TemplateBuilder> defaultTemplateProvider)
           
VCloudTemplateBuilderImpl(com.google.common.base.Supplier<Set<? extends Location>> locations, com.google.common.base.Supplier<Set<? extends Image>> images, com.google.common.base.Supplier<Set<? extends Hardware>> sizes, com.google.common.base.Supplier<Location> defaultLocation, javax.inject.Provider<TemplateOptions> optionsProvider, javax.inject.Provider<TemplateBuilder> defaultTemplateProvider)
           
 

Uses of Location in org.jclouds.vcloud.compute.strategy
 

Methods in org.jclouds.vcloud.compute.strategy that return types with arguments of type Location
 Iterable<Location> VCloudComputeServiceAdapter.listLocations()
           
 

Uses of Location in org.jclouds.vcloud.functions
 

Method parameters in org.jclouds.vcloud.functions with type arguments of type Location
 Iterable<Org> OrgsForLocations.apply(Iterable<Location> from)
          Zones are assignable, but we want regions.
 

Uses of Location in org.jclouds.vcloud.location
 

Methods in org.jclouds.vcloud.location that return Location
 Location DefaultVDC.get()
           
 

Methods in org.jclouds.vcloud.location that return types with arguments of type Location
protected  com.google.common.collect.ImmutableSet.Builder<Location> OrgAndVDCToLocationSupplier.buildJustProviderOrVDCs()
           
 Set<Location> OrgAndVDCToLocationSupplier.get()
           
 

Methods in org.jclouds.vcloud.location with parameters of type Location
 boolean DefaultVDC.IsDefaultVDC.apply(Location input)
           
 



Copyright © 2009-2012 jclouds. All Rights Reserved.