Uses of Interface
org.jclouds.compute.ComputeServiceAdapter

Packages that use ComputeServiceAdapter
org.jclouds.compute   
org.jclouds.compute.config   
org.jclouds.compute.strategy.impl   
org.jclouds.compute.stub.config   
 

Uses of ComputeServiceAdapter in org.jclouds.compute
 

Subinterfaces of ComputeServiceAdapter in org.jclouds.compute
 interface JCloudsNativeComputeServiceAdapter
          A means of specifying the implementation of a service that uses jclouds types.
 

Uses of ComputeServiceAdapter in org.jclouds.compute.config
 

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

Methods in org.jclouds.compute.config with parameters of type ComputeServiceAdapter
protected  com.google.common.base.Supplier<Set<? extends Hardware>> ComputeServiceAdapterContextModule.provideHardware(ComputeServiceAdapter<N,H,I,L> adapter, com.google.common.base.Function<H,Hardware> transformer)
           
protected  com.google.common.base.Supplier<Set<? extends Image>> ComputeServiceAdapterContextModule.provideImages(ComputeServiceAdapter<N,H,I,L> adapter, com.google.common.base.Function<I,Image> transformer)
           
protected  com.google.common.base.Supplier<Set<? extends org.jclouds.domain.Location>> ComputeServiceAdapterContextModule.provideLocations(ComputeServiceAdapter<N,H,I,L> adapter, com.google.common.base.Function<L,org.jclouds.domain.Location> transformer)
           
 

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

Uses of ComputeServiceAdapter in org.jclouds.compute.strategy.impl
 

Constructors in org.jclouds.compute.strategy.impl with parameters of type ComputeServiceAdapter
AdaptingComputeServiceStrategies(Map<String,org.jclouds.domain.Credentials> credentialStore, ComputeServiceAdapter<N,H,I,L> client, com.google.common.base.Function<N,NodeMetadata> nodeMetadataAdapter)
           
 

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

Classes in org.jclouds.compute.stub.config that implement ComputeServiceAdapter
 class StubComputeServiceAdapter
           
 



Copyright © 2009-2011 jclouds. All Rights Reserved.