|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ResumeNodeStrategy | |
---|---|
org.jclouds.compute.config | |
org.jclouds.compute.internal | |
org.jclouds.compute.strategy.impl |
Uses of ResumeNodeStrategy in org.jclouds.compute.config |
---|
Methods in org.jclouds.compute.config that return ResumeNodeStrategy | |
---|---|
protected ResumeNodeStrategy |
ComputeServiceAdapterContextModule.defineStartNodeStrategy(AdaptingComputeServiceStrategies<N,H,I,L> in)
|
Methods in org.jclouds.compute.config that return types with arguments of type ResumeNodeStrategy | |
---|---|
protected abstract Class<? extends ResumeNodeStrategy> |
BindComputeStrategiesByClass.defineStartNodeStrategy()
|
Method parameters in org.jclouds.compute.config with type arguments of type ResumeNodeStrategy | |
---|---|
protected void |
BindComputeStrategiesByClass.bindStartNodeStrategy(Class<? extends ResumeNodeStrategy> clazz)
|
Uses of ResumeNodeStrategy in org.jclouds.compute.internal |
---|
Constructors in org.jclouds.compute.internal with parameters of type ResumeNodeStrategy | |
---|---|
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<NodeMetadata> nodeRunning,
com.google.common.base.Predicate<NodeMetadata> nodeTerminated,
com.google.common.base.Predicate<NodeMetadata> nodeSuspended,
InitializeRunScriptOnNodeOrPlaceInBadMap.Factory initScriptRunnerFactory,
ComputeServiceConstants.Timeouts timeouts,
ExecutorService executor)
|
Uses of ResumeNodeStrategy in org.jclouds.compute.strategy.impl |
---|
Classes in org.jclouds.compute.strategy.impl that implement ResumeNodeStrategy | |
---|---|
class |
AdaptingComputeServiceStrategies<N,H,I,L>
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |