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

Packages that use CreateNodeWithGroupEncodedIntoName
org.jclouds.compute.config   
org.jclouds.compute.strategy.impl   
org.jclouds.ec2.compute.config   
org.jclouds.rimuhosting.miro.compute.config   
org.jclouds.rimuhosting.miro.compute.strategy   
org.jclouds.trmk.vcloud_0_8.compute.config   
org.jclouds.trmk.vcloud_0_8.compute.strategy   
 

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.addNodeWithGroupStrategy
           
 

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

Uses of CreateNodeWithGroupEncodedIntoName in org.jclouds.ec2.compute.config
 

Methods in org.jclouds.ec2.compute.config that return types with arguments of type CreateNodeWithGroupEncodedIntoName
protected  Class<? extends CreateNodeWithGroupEncodedIntoName> EC2BindComputeStrategiesByClass.defineAddNodeWithTagStrategy()
          not needed, as EC2CreateNodesInGroupThenAddToSet is used and is already set-based.
 

Method parameters in org.jclouds.ec2.compute.config with type arguments of type CreateNodeWithGroupEncodedIntoName
protected  void EC2BindComputeStrategiesByClass.bindAddNodeWithTagStrategy(Class<? extends CreateNodeWithGroupEncodedIntoName> clazz)
          not needed, as EC2CreateNodesInGroupThenAddToSet is used and is already set-based.
 

Uses of CreateNodeWithGroupEncodedIntoName in org.jclouds.rimuhosting.miro.compute.config
 

Methods in org.jclouds.rimuhosting.miro.compute.config that return types with arguments of type CreateNodeWithGroupEncodedIntoName
protected  Class<? extends CreateNodeWithGroupEncodedIntoName> RimuHostingBindComputeStrategiesByClass.defineAddNodeWithTagStrategy()
           
 

Uses of CreateNodeWithGroupEncodedIntoName in org.jclouds.rimuhosting.miro.compute.strategy
 

Classes in org.jclouds.rimuhosting.miro.compute.strategy that implement CreateNodeWithGroupEncodedIntoName
 class RimuHostingCreateNodeWithGroupEncodedIntoName
           
 

Uses of CreateNodeWithGroupEncodedIntoName in org.jclouds.trmk.vcloud_0_8.compute.config
 

Methods in org.jclouds.trmk.vcloud_0_8.compute.config that return types with arguments of type CreateNodeWithGroupEncodedIntoName
protected  Class<? extends CreateNodeWithGroupEncodedIntoName> TerremarkBindComputeStrategiesByClass.defineAddNodeWithTagStrategy()
           
 

Uses of CreateNodeWithGroupEncodedIntoName in org.jclouds.trmk.vcloud_0_8.compute.strategy
 

Classes in org.jclouds.trmk.vcloud_0_8.compute.strategy that implement CreateNodeWithGroupEncodedIntoName
 class StartVAppWithGroupEncodedIntoName
           
 

Constructors in org.jclouds.trmk.vcloud_0_8.compute.strategy with parameters of type CreateNodeWithGroupEncodedIntoName
TerremarkEncodeTagIntoNameRunNodesAndAddToSetStrategy(CreateNodeWithGroupEncodedIntoName addNodeWithTagStrategy, ListNodesStrategy listNodesStrategy, String nodeNamingConvention, CustomizeNodeAndAddToGoodMapOrPutExceptionIntoBadMap.Factory customizeNodeAndAddToGoodMapOrPutExceptionIntoBadMapFactory, ExecutorService executor, CreateNewKeyPairUnlessUserSpecifiedOtherwise createNewKeyPairUnlessUserSpecifiedOtherwise)
           
 



Copyright © 2009-2012 jclouds. All Rights Reserved.