|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ComputeServiceContext in org.jclouds.aws.ec2.compute |
---|
Constructors in org.jclouds.aws.ec2.compute with parameters of type ComputeServiceContext | |
---|---|
AWSEC2ComputeService(ComputeServiceContext context,
Map<String,Credentials> credentialStore,
com.google.common.base.Supplier<Set<? extends Image>> images,
com.google.common.base.Supplier<Set<? extends Hardware>> sizes,
com.google.common.base.Supplier<Set<? extends Location>> locations,
ListNodesStrategy listNodesStrategy,
GetNodeMetadataStrategy getNodeMetadataStrategy,
CreateNodesInGroupThenAddToSet runNodesAndAddToSetStrategy,
RebootNodeStrategy rebootNodeStrategy,
DestroyNodeStrategy destroyNodeStrategy,
ResumeNodeStrategy startNodeStrategy,
SuspendNodeStrategy stopNodeStrategy,
javax.inject.Provider<TemplateBuilder> templateBuilderProvider,
javax.inject.Provider<TemplateOptions> templateOptionsProvider,
com.google.common.base.Predicate<AtomicReference<NodeMetadata>> nodeRunning,
com.google.common.base.Predicate<AtomicReference<NodeMetadata>> nodeTerminated,
com.google.common.base.Predicate<AtomicReference<NodeMetadata>> nodeSuspended,
InitializeRunScriptOnNodeOrPlaceInBadMap.Factory initScriptRunnerFactory,
RunScriptOnNode.Factory runScriptOnNodeFactory,
InitAdminAccess initAdminAccess,
PersistNodeCredentials persistNodeCredentials,
ComputeServiceConstants.Timeouts timeouts,
ExecutorService executor,
AWSEC2Client ec2Client,
ConcurrentMap<RegionAndName,KeyPair> credentialsMap,
com.google.common.cache.LoadingCache<RegionAndName,String> securityGroupMap,
com.google.common.cache.LoadingCache<RegionAndName,String> placementGroupMap,
com.google.common.base.Predicate<PlacementGroup> placementGroupDeleted,
boolean generateInstanceNames,
AWSEC2AsyncClient aclient)
|
Uses of ComputeServiceContext in org.jclouds.cloudstack |
---|
Subinterfaces of ComputeServiceContext in org.jclouds.cloudstack | |
---|---|
interface |
CloudStackContext
|
Uses of ComputeServiceContext in org.jclouds.cloudstack.internal |
---|
Classes in org.jclouds.cloudstack.internal that implement ComputeServiceContext | |
---|---|
class |
CloudStackContextImpl
|
Uses of ComputeServiceContext in org.jclouds.compute |
---|
Methods in org.jclouds.compute that return ComputeServiceContext | ||
---|---|---|
ComputeServiceContext |
ComputeServiceContextBuilder.buildComputeServiceContext()
|
|
static
|
ComputeServiceContextFactory.buildContextUnwrappingExceptions(ComputeServiceContextBuilder<S,A> builder)
|
|
|
ComputeServiceContextFactory.createContext(RestContextSpec<S,A> contextSpec)
|
|
|
ComputeServiceContextFactory.createContext(RestContextSpec<S,A> contextSpec,
Iterable<com.google.inject.Module> modules,
Properties overrides)
|
|
|
ComputeServiceContextFactory.createContext(RestContextSpec<S,A> contextSpec,
Properties overrides)
|
|
ComputeServiceContext |
ComputeServiceContextFactory.createContext(String provider,
Iterable<? extends com.google.inject.Module> modules,
Properties overrides)
|
|
ComputeServiceContext |
ComputeServiceContextFactory.createContext(String provider,
Properties overrides)
|
|
ComputeServiceContext |
ComputeServiceContextFactory.createContext(String provider,
String identity,
String credential)
|
|
ComputeServiceContext |
ComputeServiceContextFactory.createContext(String provider,
String identity,
String credential,
Iterable<? extends com.google.inject.Module> modules)
|
|
ComputeServiceContext |
ComputeServiceContextFactory.createContext(String provider,
String identity,
String credential,
Iterable<? extends com.google.inject.Module> modules,
Properties overrides)
|
|
ComputeServiceContext |
ComputeService.getContext()
|
Uses of ComputeServiceContext in org.jclouds.compute.internal |
---|
Classes in org.jclouds.compute.internal that implement ComputeServiceContext | |
---|---|
class |
ComputeServiceContextImpl<S,A>
|
Fields in org.jclouds.compute.internal declared as ComputeServiceContext | |
---|---|
protected ComputeServiceContext |
BaseComputeService.context
|
Methods in org.jclouds.compute.internal that return ComputeServiceContext | |
---|---|
ComputeServiceContext |
BaseComputeService.getContext()
|
Constructors in org.jclouds.compute.internal with parameters of type ComputeServiceContext | |
---|---|
BaseComputeService(ComputeServiceContext context,
Map<String,Credentials> credentialStore,
com.google.common.base.Supplier<Set<? extends Image>> images,
com.google.common.base.Supplier<Set<? extends Hardware>> hardwareProfiles,
com.google.common.base.Supplier<Set<? extends Location>> locations,
ListNodesStrategy listNodesStrategy,
GetNodeMetadataStrategy getNodeMetadataStrategy,
CreateNodesInGroupThenAddToSet runNodesAndAddToSetStrategy,
RebootNodeStrategy rebootNodeStrategy,
DestroyNodeStrategy destroyNodeStrategy,
ResumeNodeStrategy resumeNodeStrategy,
SuspendNodeStrategy suspendNodeStrategy,
javax.inject.Provider<TemplateBuilder> templateBuilderProvider,
javax.inject.Provider<TemplateOptions> templateOptionsProvider,
com.google.common.base.Predicate<AtomicReference<NodeMetadata>> nodeRunning,
com.google.common.base.Predicate<AtomicReference<NodeMetadata>> nodeTerminated,
com.google.common.base.Predicate<AtomicReference<NodeMetadata>> nodeSuspended,
InitializeRunScriptOnNodeOrPlaceInBadMap.Factory initScriptRunnerFactory,
InitAdminAccess initAdminAccess,
RunScriptOnNode.Factory runScriptOnNodeFactory,
PersistNodeCredentials persistNodeCredentials,
ComputeServiceConstants.Timeouts timeouts,
ExecutorService executor)
|
Uses of ComputeServiceContext in org.jclouds.ec2.compute |
---|
Constructors in org.jclouds.ec2.compute with parameters of type ComputeServiceContext | |
---|---|
EC2ComputeService(ComputeServiceContext context,
Map<String,Credentials> credentialStore,
com.google.common.base.Supplier<Set<? extends Image>> images,
com.google.common.base.Supplier<Set<? extends Hardware>> sizes,
com.google.common.base.Supplier<Set<? extends Location>> locations,
ListNodesStrategy listNodesStrategy,
GetNodeMetadataStrategy getNodeMetadataStrategy,
CreateNodesInGroupThenAddToSet runNodesAndAddToSetStrategy,
RebootNodeStrategy rebootNodeStrategy,
DestroyNodeStrategy destroyNodeStrategy,
ResumeNodeStrategy startNodeStrategy,
SuspendNodeStrategy stopNodeStrategy,
javax.inject.Provider<TemplateBuilder> templateBuilderProvider,
javax.inject.Provider<TemplateOptions> templateOptionsProvider,
com.google.common.base.Predicate<AtomicReference<NodeMetadata>> nodeRunning,
com.google.common.base.Predicate<AtomicReference<NodeMetadata>> nodeTerminated,
com.google.common.base.Predicate<AtomicReference<NodeMetadata>> nodeSuspended,
InitializeRunScriptOnNodeOrPlaceInBadMap.Factory initScriptRunnerFactory,
RunScriptOnNode.Factory runScriptOnNodeFactory,
InitAdminAccess initAdminAccess,
PersistNodeCredentials persistNodeCredentials,
ComputeServiceConstants.Timeouts timeouts,
ExecutorService executor,
EC2Client ec2Client,
ConcurrentMap<RegionAndName,KeyPair> credentialsMap,
com.google.common.cache.LoadingCache<RegionAndName,String> securityGroupMap)
|
Uses of ComputeServiceContext in org.jclouds.gogrid |
---|
Methods in org.jclouds.gogrid that return ComputeServiceContext | |
---|---|
ComputeServiceContext |
GoGridContextBuilder.buildComputeServiceContext()
|
Uses of ComputeServiceContext in org.jclouds.gogrid.compute |
---|
Constructors in org.jclouds.gogrid.compute with parameters of type ComputeServiceContext | |
---|---|
GoGridComputeService(ComputeServiceContext context,
Map<String,Credentials> credentialStore,
com.google.common.base.Supplier<Set<? extends Image>> images,
com.google.common.base.Supplier<Set<? extends Hardware>> hardwareProfiles,
com.google.common.base.Supplier<Set<? extends Location>> locations,
ListNodesStrategy listNodesStrategy,
GetNodeMetadataStrategy getNodeMetadataStrategy,
CreateNodesInGroupThenAddToSet runNodesAndAddToSetStrategy,
RebootNodeStrategy rebootNodeStrategy,
DestroyNodeStrategy destroyNodeStrategy,
ResumeNodeStrategy resumeNodeStrategy,
SuspendNodeStrategy suspendNodeStrategy,
javax.inject.Provider<TemplateBuilder> templateBuilderProvider,
javax.inject.Provider<TemplateOptions> templateOptionsProvider,
com.google.common.base.Predicate<AtomicReference<NodeMetadata>> nodeRunning,
com.google.common.base.Predicate<AtomicReference<NodeMetadata>> nodeTerminated,
com.google.common.base.Predicate<AtomicReference<NodeMetadata>> nodeSuspended,
InitializeRunScriptOnNodeOrPlaceInBadMap.Factory initScriptRunnerFactory,
InitAdminAccess initAdminAccess,
RunScriptOnNode.Factory runScriptOnNodeFactory,
PersistNodeCredentials persistNodeCredentials,
ComputeServiceConstants.Timeouts timeouts,
ExecutorService executor)
|
Uses of ComputeServiceContext in org.jclouds.rimuhosting.miro |
---|
Methods in org.jclouds.rimuhosting.miro that return ComputeServiceContext | |
---|---|
ComputeServiceContext |
RimuHostingContextBuilder.buildComputeServiceContext()
|
Uses of ComputeServiceContext in org.jclouds.tools.ant.taskdefs.compute |
---|
Constructor parameters in org.jclouds.tools.ant.taskdefs.compute with type arguments of type ComputeServiceContext | |
---|---|
ComputeTask(com.google.common.cache.LoadingCache<URI,ComputeServiceContext> computeMap)
|
Uses of ComputeServiceContext in org.jclouds.trmk.vcloud_0_8.compute |
---|
Constructors in org.jclouds.trmk.vcloud_0_8.compute with parameters of type ComputeServiceContext | |
---|---|
TerremarkVCloudComputeService(ComputeServiceContext context,
Map<String,Credentials> credentialStore,
com.google.common.base.Supplier<Set<? extends Image>> images,
com.google.common.base.Supplier<Set<? extends Hardware>> sizes,
com.google.common.base.Supplier<Set<? extends Location>> locations,
ListNodesStrategy listNodesStrategy,
GetNodeMetadataStrategy getNodeMetadataStrategy,
CreateNodesInGroupThenAddToSet runNodesAndAddToSetStrategy,
RebootNodeStrategy rebootNodeStrategy,
DestroyNodeStrategy destroyNodeStrategy,
ResumeNodeStrategy resumeNodeStrategy,
SuspendNodeStrategy suspendNodeStrategy,
javax.inject.Provider<TemplateBuilder> templateBuilderProvider,
javax.inject.Provider<TemplateOptions> templateOptionsProvider,
com.google.common.base.Predicate<AtomicReference<NodeMetadata>> nodeRunning,
com.google.common.base.Predicate<AtomicReference<NodeMetadata>> nodeTerminated,
com.google.common.base.Predicate<AtomicReference<NodeMetadata>> nodeSuspended,
InitializeRunScriptOnNodeOrPlaceInBadMap.Factory initScriptRunnerFactory,
RunScriptOnNode.Factory runScriptOnNodeFactory,
InitAdminAccess initAdminAccess,
PersistNodeCredentials persistNodeCredentials,
ComputeServiceConstants.Timeouts timeouts,
ExecutorService executor,
CleanupOrphanKeys cleanupOrphanKeys)
|
Uses of ComputeServiceContext in org.jclouds.vcloud |
---|
Methods in org.jclouds.vcloud that return ComputeServiceContext | |
---|---|
ComputeServiceContext |
VCloudContextBuilder.buildComputeServiceContext()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |