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

Packages that use CreateNodeWithGroupEncodedIntoName
org.jclouds.cloudservers.compute.config   
org.jclouds.cloudservers.compute.strategy   
org.jclouds.compute.config   
org.jclouds.compute.strategy.impl   
org.jclouds.ec2.compute.config   
org.jclouds.gogrid.compute.config   
org.jclouds.gogrid.compute.strategy   
org.jclouds.openstack.nova.compute.config   
org.jclouds.openstack.nova.compute.strategy   
org.jclouds.rimuhosting.miro.compute.config   
org.jclouds.rimuhosting.miro.compute.strategy   
org.jclouds.slicehost.compute.config   
org.jclouds.slicehost.compute.strategy   
org.jclouds.trmk.vcloud_0_8.compute.config   
org.jclouds.trmk.vcloud_0_8.compute.strategy   
org.jclouds.vcloud.compute.config   
org.jclouds.vcloud.compute.strategy   
 

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

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

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

Classes in org.jclouds.cloudservers.compute.strategy that implement CreateNodeWithGroupEncodedIntoName
 class CloudServersCreateNodeWithGroupEncodedIntoName
           
 

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)
           
 

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.gogrid.compute.config
 

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

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

Classes in org.jclouds.gogrid.compute.strategy that implement CreateNodeWithGroupEncodedIntoName
 class FindIpThenCreateNodeInGroup
           
 

Uses of CreateNodeWithGroupEncodedIntoName in org.jclouds.openstack.nova.compute.config
 

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

Uses of CreateNodeWithGroupEncodedIntoName in org.jclouds.openstack.nova.compute.strategy
 

Classes in org.jclouds.openstack.nova.compute.strategy that implement CreateNodeWithGroupEncodedIntoName
 class NovaCreateNodeWithGroupEncodedIntoName
           
 

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.slicehost.compute.config
 

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

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

Classes in org.jclouds.slicehost.compute.strategy that implement CreateNodeWithGroupEncodedIntoName
 class SlicehostCreateNodeWithGroupEncodedIntoName
           
 

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)
           
 

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

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

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

Classes in org.jclouds.vcloud.compute.strategy that implement CreateNodeWithGroupEncodedIntoName
 class InstantiateVAppTemplateWithGroupEncodedIntoNameThenCustomizeDeployAndPowerOn
           
 



Copyright © 2009-2011 jclouds. All Rights Reserved.