| Package | Description |
|---|---|
| org.jclouds.compute | |
| org.jclouds.compute.config | |
| org.jclouds.compute.strategy.impl | |
| org.jclouds.compute.stub.config |
| Modifier and Type | Interface and Description |
|---|---|
interface |
JCloudsNativeComputeServiceAdapter
A means of specifying the implementation of a service that uses jclouds
types.
|
| Modifier and Type | Field and Description |
|---|---|
protected Class<? extends ComputeServiceAdapter<NodeMetadata,Hardware,Image,org.jclouds.domain.Location>> |
JCloudsNativeComputeServiceAdapterContextModule.adapter |
| Modifier and Type | Method and Description |
|---|---|
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 org.jclouds.location.suppliers.LocationsSupplier |
ComputeServiceAdapterContextModule.LocationsFromComputeServiceAdapterModule.supplyLocationsFromComputeServiceAdapter(ComputeServiceAdapter<N,H,I,L> adapter,
com.google.common.base.Function<L,org.jclouds.domain.Location> transformer) |
| Constructor and Description |
|---|
JCloudsNativeComputeServiceAdapterContextModule(Class<? extends ComputeServiceAdapter<NodeMetadata,Hardware,Image,org.jclouds.domain.Location>> adapter) |
| Constructor and Description |
|---|
AdaptingComputeServiceStrategies(Map<String,org.jclouds.domain.Credentials> credentialStore,
PrioritizeCredentialsFromTemplate prioritizeCredentialsFromTemplate,
ComputeServiceAdapter<N,H,I,L> client,
com.google.common.base.Function<N,NodeMetadata> nodeMetadataAdapter,
com.google.common.base.Function<I,Image> imageAdapter,
ComputeServiceAdapterContextModule.AddDefaultCredentialsToImage addDefaultCredentialsToImage) |
| Modifier and Type | Class and Description |
|---|---|
class |
StubComputeServiceAdapter |
Copyright © 2009-2017 The Apache Software Foundation. All Rights Reserved.