|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of ComputeService in org.jclouds.aws.ec2.compute |
|---|
| Classes in org.jclouds.aws.ec2.compute that implement ComputeService | |
|---|---|
class |
AWSEC2ComputeService
|
| Uses of ComputeService in org.jclouds.cloudstack.internal |
|---|
| Constructors in org.jclouds.cloudstack.internal with parameters of type ComputeService | |
|---|---|
CloudStackContextImpl(Context backend,
com.google.common.reflect.TypeToken<? extends Context> backendType,
ComputeService computeService,
Utils utils,
RestContext<CloudStackDomainClient,CloudStackDomainAsyncClient> domainContext,
RestContext<CloudStackGlobalClient,CloudStackGlobalAsyncClient> globalContext)
|
|
| Uses of ComputeService in org.jclouds.compute |
|---|
| Methods in org.jclouds.compute that return ComputeService | |
|---|---|
ComputeService |
ComputeServiceContext.getComputeService()
|
| Uses of ComputeService in org.jclouds.compute.internal |
|---|
| Classes in org.jclouds.compute.internal that implement ComputeService | |
|---|---|
class |
BaseComputeService
|
| Methods in org.jclouds.compute.internal that return ComputeService | |
|---|---|
ComputeService |
ComputeServiceContextImpl.getComputeService()
|
| Constructors in org.jclouds.compute.internal with parameters of type ComputeService | |
|---|---|
ComputeServiceContextImpl(Context backend,
com.google.common.reflect.TypeToken<? extends Context> backendType,
ComputeService computeService,
Utils utils)
|
|
| Uses of ComputeService in org.jclouds.ec2.compute |
|---|
| Classes in org.jclouds.ec2.compute that implement ComputeService | |
|---|---|
class |
EC2ComputeService
|
| Uses of ComputeService in org.jclouds.gogrid.compute |
|---|
| Classes in org.jclouds.gogrid.compute that implement ComputeService | |
|---|---|
class |
GoGridComputeService
|
| Uses of ComputeService in org.jclouds.joyent.cloudapi.v6_5.compute |
|---|
| Classes in org.jclouds.joyent.cloudapi.v6_5.compute that implement ComputeService | |
|---|---|
class |
JoyentCloudComputeService
|
| Uses of ComputeService in org.jclouds.joyent.cloudapi.v6_5.compute.functions |
|---|
| Constructors in org.jclouds.joyent.cloudapi.v6_5.compute.functions with parameters of type ComputeService | |
|---|---|
OrphanedGroupsByDatacenterId(ComputeService computeService)
|
|
| Uses of ComputeService in org.jclouds.joyent.cloudapi.v6_5.compute.predicates |
|---|
| Constructors in org.jclouds.joyent.cloudapi.v6_5.compute.predicates with parameters of type ComputeService | |
|---|---|
AllNodesInGroupTerminated(ComputeService computeService)
|
|
| Uses of ComputeService in org.jclouds.nodepool |
|---|
| Constructors in org.jclouds.nodepool with parameters of type ComputeService | |
|---|---|
NodePoolComputeServiceContext(Context backend,
com.google.common.reflect.TypeToken<? extends Context> backendType,
ComputeService computeService,
Utils utils,
NodePoolComputeServiceAdapter adapter)
|
|
| Uses of ComputeService in org.jclouds.nodepool.config |
|---|
| Methods in org.jclouds.nodepool.config that return types with arguments of type ComputeService | |
|---|---|
protected com.google.common.base.Supplier<ComputeService> |
BindBackendComputeService.makeBackendComputeService(String provider,
Set<com.google.inject.Module> modules,
Credentials creds,
com.google.common.base.Supplier<Properties> overrides,
Closer closer)
|
| Method parameters in org.jclouds.nodepool.config with type arguments of type ComputeService | |
|---|---|
protected com.google.common.base.Supplier<Template> |
BindBackendComputeService.makeBackendTemplate(com.google.common.base.Supplier<ComputeService> compute,
String poolGroupPrefix)
|
protected TemplateBuilder |
BindBackendComputeService.templateBuilder(com.google.common.base.Supplier<ComputeService> compute,
com.google.common.base.Supplier<Template> template)
|
| Uses of ComputeService in org.jclouds.nodepool.internal |
|---|
| Fields in org.jclouds.nodepool.internal with type parameters of type ComputeService | |
|---|---|
protected com.google.common.base.Supplier<ComputeService> |
BaseNodePoolComputeServiceAdapter.backendComputeService
|
| Constructor parameters in org.jclouds.nodepool.internal with type arguments of type ComputeService | |
|---|---|
BaseNodePoolComputeServiceAdapter(com.google.common.base.Supplier<ComputeService> backendComputeService,
com.google.common.base.Supplier<Template> backendTemplate,
String poolGroupName,
NodeMetadataStore metadataStore,
String poolNodeAdminAccess,
AdminAccess.Configuration configuration)
|
|
EagerNodePoolComputeServiceAdapter(com.google.common.base.Supplier<ComputeService> backendComputeService,
com.google.common.base.Supplier<Template> backendTemplate,
String poolGroupPrefix,
int maxSize,
int minSize,
boolean removeDestroyed,
NodeMetadataStore storage,
String poolNodeAdminAccess,
AdminAccess.Configuration configuration)
|
|
| Uses of ComputeService in org.jclouds.openstack.nova.v2_0.compute |
|---|
| Classes in org.jclouds.openstack.nova.v2_0.compute that implement ComputeService | |
|---|---|
class |
NovaComputeService
|
| Uses of ComputeService in org.jclouds.openstack.nova.v2_0.compute.functions |
|---|
| Constructors in org.jclouds.openstack.nova.v2_0.compute.functions with parameters of type ComputeService | |
|---|---|
OrphanedGroupsByZoneId(ComputeService computeService)
|
|
| Uses of ComputeService in org.jclouds.openstack.nova.v2_0.compute.predicates |
|---|
| Constructors in org.jclouds.openstack.nova.v2_0.compute.predicates with parameters of type ComputeService | |
|---|---|
AllNodesInGroupTerminated(ComputeService computeService)
|
|
| Uses of ComputeService in org.jclouds.trmk.vcloud_0_8.compute |
|---|
| Classes in org.jclouds.trmk.vcloud_0_8.compute that implement ComputeService | |
|---|---|
class |
TerremarkVCloudComputeService
|
| Uses of ComputeService in org.jclouds.virtualbox.functions |
|---|
| Constructors in org.jclouds.virtualbox.functions with parameters of type ComputeService | |
|---|---|
IMachineToIpAddress(org.virtualbox_4_1.VirtualBoxManager manager,
ComputeService computeService)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||