Uses of Interface
org.jclouds.compute.functions.GroupNamingConvention

Packages that use GroupNamingConvention
org.jclouds.compute.functions   
org.jclouds.compute.internal   
org.jclouds.compute.util   
 

Uses of GroupNamingConvention in org.jclouds.compute.functions
 

Methods in org.jclouds.compute.functions that return GroupNamingConvention
 GroupNamingConvention GroupNamingConvention.Factory.create()
           
 GroupNamingConvention GroupNamingConvention.Factory.createWithoutPrefix()
          top-level resources do not need a prefix, yet still may need to follow a naming convention
 

Uses of GroupNamingConvention in org.jclouds.compute.internal
 

Classes in org.jclouds.compute.internal that implement GroupNamingConvention
 class FormatSharedNamesAndAppendUniqueStringToThoseWhichRepeat
          Get a name using a random mechanism that still ties all nodes in a group together.
 

Methods in org.jclouds.compute.internal that return GroupNamingConvention
 GroupNamingConvention FormatSharedNamesAndAppendUniqueStringToThoseWhichRepeat.Factory.create()
           
 GroupNamingConvention FormatSharedNamesAndAppendUniqueStringToThoseWhichRepeat.Factory.createWithoutPrefix()
           
 

Uses of GroupNamingConvention in org.jclouds.compute.util
 

Methods in org.jclouds.compute.util with parameters of type GroupNamingConvention
static String ComputeServiceUtils.groupFromMapOrName(Map<String,String> metadataMap, String nodeName, GroupNamingConvention namingConvention)
           
 



Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.