Uses of Class
org.jclouds.location.suppliers.JustProvider

Packages that use JustProvider
org.jclouds.byon.internal   
org.jclouds.cloudsigma.compute   
org.jclouds.compute.stub.config   
org.jclouds.elasticstack.compute   
org.jclouds.gogrid.compute.suppliers   
org.jclouds.location.suppliers   
org.jclouds.rimuhosting.miro.compute.suppliers   
org.jclouds.softlayer.compute.functions   
org.jclouds.trmk.vcloud_0_8.compute.suppliers   
 

Uses of JustProvider in org.jclouds.byon.internal
 

Constructors in org.jclouds.byon.internal with parameters of type JustProvider
BYONComputeServiceAdapter(com.google.common.base.Supplier<com.google.common.cache.Cache<String,Node>> nodes, NodeToNodeMetadata converter, JustProvider locationSupplier)
           
 

Uses of JustProvider in org.jclouds.cloudsigma.compute
 

Constructors in org.jclouds.cloudsigma.compute with parameters of type JustProvider
CloudSigmaComputeServiceAdapter(CloudSigmaClient client, com.google.common.base.Predicate<DriveInfo> driveNotClaimed, JustProvider locationSupplier, String defaultVncPassword, com.google.common.cache.Cache<String,DriveInfo> cache, ExecutorService executor)
           
 

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

Constructors in org.jclouds.compute.stub.config with parameters of type JustProvider
StubComputeServiceAdapter(ConcurrentMap<String,NodeMetadata> nodes, 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, Map<String,Credentials> credentialStore)
           
 

Uses of JustProvider in org.jclouds.elasticstack.compute
 

Constructors in org.jclouds.elasticstack.compute with parameters of type JustProvider
ElasticStackComputeServiceAdapter(ElasticStackClient client, com.google.common.base.Predicate<DriveInfo> driveNotClaimed, JustProvider locationSupplier, Map<String,WellKnownImage> preinstalledImages, com.google.common.cache.Cache<String,DriveInfo> cache, String defaultVncPassword, ExecutorService executor)
           
 

Uses of JustProvider in org.jclouds.gogrid.compute.suppliers
 

Subclasses of JustProvider in org.jclouds.gogrid.compute.suppliers
 class GoGridLocationSupplier
           
 

Uses of JustProvider in org.jclouds.location.suppliers
 

Subclasses of JustProvider in org.jclouds.location.suppliers
 class RegionToProviderOrJustProvider
           
 class ZoneToRegionToProviderOrJustProvider
           
 

Uses of JustProvider in org.jclouds.rimuhosting.miro.compute.suppliers
 

Subclasses of JustProvider in org.jclouds.rimuhosting.miro.compute.suppliers
 class RimuHostingLocationSupplier
           
 

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

Constructors in org.jclouds.softlayer.compute.functions with parameters of type JustProvider
DatacenterToLocation(JustProvider provider)
           
 

Uses of JustProvider in org.jclouds.trmk.vcloud_0_8.compute.suppliers
 

Subclasses of JustProvider in org.jclouds.trmk.vcloud_0_8.compute.suppliers
 class OrgAndVDCToLocationSupplier
           
 



Copyright © 2009-2011 jclouds. All Rights Reserved.