Uses of Interface
org.jclouds.domain.Location

Packages that use Location
org.jclouds   
org.jclouds.domain   
org.jclouds.domain.internal   
org.jclouds.internal   
org.jclouds.location.config   
org.jclouds.location.functions   
org.jclouds.location.predicates   
org.jclouds.location.suppliers.all   
org.jclouds.location.suppliers.implicit   
org.jclouds.rest   
org.jclouds.rest.internal   
 

Uses of Location in org.jclouds
 

Subinterfaces of Location in org.jclouds
 interface Context
          Represents an authenticated context to the cloud.
 

Uses of Location in org.jclouds.domain
 

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

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 MutableResourceMetadataImpl.getLocation()
          Physical location of the resource, or null if n/a ex.
 Location ResourceMetadataImpl.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.internal
 

Classes in org.jclouds.internal that implement Location
 class ContextImpl
           
 

Methods in org.jclouds.internal that return Location
 Location ContextImpl.getParent()
          The parent, or null, if top-level
 

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.isNetwork()
           
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.isSystem()
           
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> ZoneToProvider.get()
           
 Set<? extends Location> JustProvider.get()
           
 Set<? extends Location> RegionToProviderOrJustProvider.get()
           
 Set<? extends Location> RegionToProvider.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 FirstRegion.get()
           
 Location FirstNetwork.get()
           
 Location OnlyLocationOrFirstRegionOptionallyMatchingRegionId.get()
           
 Location FirstZone.get()
           
 

Uses of Location in org.jclouds.rest
 

Subinterfaces of Location in org.jclouds.rest
 interface ApiContext<A>
          Represents an authenticated context to the cloud.
 interface RestContext<S,A>
          Deprecated. please use org.jclouds.ContextBuilder#buildApi() as async interface will be removed in jclouds 1.7.
 

Uses of Location in org.jclouds.rest.internal
 

Classes in org.jclouds.rest.internal that implement Location
 class ApiContextImpl<A>
           
 class RestContextImpl<S,A>
          Deprecated. please use org.jclouds.ContextBuilder#buildApi() as async interface will be removed in jclouds 1.7.
 



Copyright © 2009-2013 The Apache Software Foundation. All Rights Reserved.