Uses of Interface
org.jclouds.compute.strategy.CreateNodeWithGroupEncodedIntoName

Packages that use CreateNodeWithGroupEncodedIntoName
org.jclouds.compute.config   
org.jclouds.compute.strategy.impl   
 

Uses of CreateNodeWithGroupEncodedIntoName in org.jclouds.compute.config
 

Methods in org.jclouds.compute.config that return CreateNodeWithGroupEncodedIntoName
protected  CreateNodeWithGroupEncodedIntoName ComputeServiceAdapterContextModule.defineAddNodeWithTagStrategy(AdaptingComputeServiceStrategies<N,H,I,L> in)
           
 

Methods in org.jclouds.compute.config that return types with arguments of type CreateNodeWithGroupEncodedIntoName
protected abstract  Class<? extends CreateNodeWithGroupEncodedIntoName> BindComputeStrategiesByClass.defineAddNodeWithTagStrategy()
          needed, if CreateNodesInGroupThenAddToSet requires it
 

Method parameters in org.jclouds.compute.config with type arguments of type CreateNodeWithGroupEncodedIntoName
protected  void BindComputeStrategiesByClass.bindAddNodeWithTagStrategy(Class<? extends CreateNodeWithGroupEncodedIntoName> clazz)
          needed, if CreateNodesInGroupThenAddToSet requires it
 

Uses of CreateNodeWithGroupEncodedIntoName in org.jclouds.compute.strategy.impl
 

Classes in org.jclouds.compute.strategy.impl that implement CreateNodeWithGroupEncodedIntoName
 class AdaptingComputeServiceStrategies<N,H,I,L>
           
 

Fields in org.jclouds.compute.strategy.impl declared as CreateNodeWithGroupEncodedIntoName
protected  CreateNodeWithGroupEncodedIntoName CreateNodesWithGroupEncodedIntoNameThenAddToSet.addNodeWithTagStrategy
           
 

Constructors in org.jclouds.compute.strategy.impl with parameters of type CreateNodeWithGroupEncodedIntoName
CreateNodesWithGroupEncodedIntoNameThenAddToSet(CreateNodeWithGroupEncodedIntoName addNodeWithTagStrategy, ListNodesStrategy listNodesStrategy, String nodeNamingConvention, ExecutorService executor, CustomizeNodeAndAddToGoodMapOrPutExceptionIntoBadMap.Factory customizeNodeAndAddToGoodMapOrPutExceptionIntoBadMapFactory)
           
 



Copyright © 2009-2011 jclouds. All Rights Reserved.