Uses of Interface
org.jclouds.domain.Location

Packages that use Location
org.jclouds.domain   
org.jclouds.domain.internal   
org.jclouds.location.config   
org.jclouds.location.suppliers   
org.jclouds.rest   
org.jclouds.rest.internal   
 

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.location.config
 

Methods in org.jclouds.location.config that return types with arguments of type Location
protected  com.google.common.base.Supplier<Map<String,? extends Location>> LocationModule.provideLocationMap(com.google.common.base.Supplier<Set<? extends Location>> locations)
           
protected  com.google.common.base.Supplier<Set<? extends Location>> LocationModule.supplyLocationCache(long seconds, com.google.common.base.Supplier<Set<? extends Location>> locationSupplier)
           
 

Method parameters in org.jclouds.location.config with type arguments of type Location
protected  com.google.common.base.Supplier<Map<String,? extends Location>> LocationModule.provideLocationMap(com.google.common.base.Supplier<Set<? extends Location>> locations)
           
protected  com.google.common.base.Supplier<Set<? extends Location>> LocationModule.supplyLocationCache(long seconds, com.google.common.base.Supplier<Set<? extends Location>> locationSupplier)
           
 

Uses of Location in org.jclouds.location.suppliers
 

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

Methods in org.jclouds.location.suppliers that return types with arguments of type Location
protected  com.google.common.collect.ImmutableSet.Builder<Location> RegionToProviderOrJustProvider.buildJustProviderOrRegions()
           
 Set<? extends Location> ZoneToRegionToProviderOrJustProvider.get()
           
 Set<? extends Location> RegionToProviderOrJustProvider.get()
           
 Set<? extends Location> JustProvider.get()
           
 

Methods in org.jclouds.location.suppliers with parameters of type Location
 boolean OnlyLocationOrFirstZoneOrRegionMatchingRegionId.IsRegionAndIdEqualsOrIsZoneParentIdEquals.apply(Location input)
           
 boolean OnlyLocationOrFirstZone.IsZone.apply(Location input)
           
 

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



Copyright © 2009-2011 jclouds. All Rights Reserved.