Uses of Interface
org.jclouds.compute.ComputeServiceAdapter

Packages that use ComputeServiceAdapter
org.jclouds.byon.internal   
org.jclouds.cloudservers.compute.strategy   
org.jclouds.cloudsigma.compute   
org.jclouds.cloudstack.compute.strategy   
org.jclouds.compute   
org.jclouds.compute.config   
org.jclouds.compute.strategy.impl   
org.jclouds.compute.stub.config   
org.jclouds.deltacloud.compute.strategy   
org.jclouds.elasticstack.compute   
org.jclouds.glesys.compute   
org.jclouds.gogrid.compute.strategy   
org.jclouds.openstack.nova.compute.strategy   
org.jclouds.savvis.vpdc.compute.strategy   
org.jclouds.servermanager.compute.strategy   
org.jclouds.slicehost.compute.strategy   
org.jclouds.softlayer.compute.strategy   
org.jclouds.vcloud.compute.strategy   
 

Uses of ComputeServiceAdapter in org.jclouds.byon.internal
 

Classes in org.jclouds.byon.internal that implement ComputeServiceAdapter
 class BYONComputeServiceAdapter
           
 

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

Classes in org.jclouds.cloudservers.compute.strategy that implement ComputeServiceAdapter
 class CloudServersComputeServiceAdapter
          defines the connection between the CloudServersClient implementation and the jclouds ComputeService
 

Uses of ComputeServiceAdapter in org.jclouds.cloudsigma.compute
 

Classes in org.jclouds.cloudsigma.compute that implement ComputeServiceAdapter
 class CloudSigmaComputeServiceAdapter
          defines the connection between the CloudSigmaClient implementation and the jclouds ComputeService
 

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

Classes in org.jclouds.cloudstack.compute.strategy that implement ComputeServiceAdapter
 class CloudStackComputeServiceAdapter
          defines the connection between the CloudStackClient implementation and the jclouds ComputeService
 

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,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, ComputeServiceAdapterContextModule.AddDefaultCredentialsToImage addDefaultCredentialsToImage)
           
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 ComputeServiceAdapter
JCloudsNativeComputeServiceAdapterContextModule(Class<S> syncClientType, Class<A> asyncClientType, Class<? extends ComputeServiceAdapter<NodeMetadata,Hardware,Image,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,Credentials> credentialStore, PrioritizeCredentialsFromTemplate prioritizeCredentialsFromTemplate, 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
           
 

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

Classes in org.jclouds.deltacloud.compute.strategy that implement ComputeServiceAdapter
 class DeltacloudComputeServiceAdapter
          defines the connection between the DeltacloudClient implementation and the jclouds ComputeService
 

Uses of ComputeServiceAdapter in org.jclouds.elasticstack.compute
 

Classes in org.jclouds.elasticstack.compute that implement ComputeServiceAdapter
 class ElasticStackComputeServiceAdapter
          defines the connection between the ElasticStackClient implementation and the jclouds ComputeService
 

Uses of ComputeServiceAdapter in org.jclouds.glesys.compute
 

Classes in org.jclouds.glesys.compute that implement ComputeServiceAdapter
 class GleSYSComputeServiceAdapter
          defines the connection between the GleSYSClient implementation and the jclouds ComputeService
 

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

Classes in org.jclouds.gogrid.compute.strategy that implement ComputeServiceAdapter
 class GoGridComputeServiceAdapter
          defines the connection between the GoGridClient implementation and the jclouds ComputeService
 

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

Classes in org.jclouds.openstack.nova.compute.strategy that implement ComputeServiceAdapter
 class NovaComputeServiceAdapter
          defines the connection between the NovaClient implementation and the jclouds ComputeService
 

Uses of ComputeServiceAdapter in org.jclouds.savvis.vpdc.compute.strategy
 

Classes in org.jclouds.savvis.vpdc.compute.strategy that implement ComputeServiceAdapter
 class VPDCComputeServiceAdapter
          defines the connection between the VPDCClient implementation and the jclouds ComputeService
 

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

Classes in org.jclouds.servermanager.compute.strategy that implement ComputeServiceAdapter
 class ServerManagerComputeServiceAdapter
          defines the connection between the ServerManager implementation and the jclouds ComputeService
 

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

Classes in org.jclouds.slicehost.compute.strategy that implement ComputeServiceAdapter
 class SlicehostComputeServiceAdapter
          defines the connection between the SlicehostClient implementation and the jclouds ComputeService
 

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

Classes in org.jclouds.softlayer.compute.strategy that implement ComputeServiceAdapter
 class SoftLayerComputeServiceAdapter
          defines the connection between the SoftLayerClient implementation and the jclouds ComputeService
 

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

Classes in org.jclouds.vcloud.compute.strategy that implement ComputeServiceAdapter
 class VCloudComputeServiceAdapter
          defines the connection between the VCloudClient implementation and the jclouds ComputeService
 



Copyright © 2009-2012 jclouds. All Rights Reserved.