Uses of Class
org.jclouds.byon.Node

Packages that use Node
org.jclouds.byon.functions   
org.jclouds.byon.internal   
org.jclouds.byon.suppliers   
 

Uses of Node in org.jclouds.byon.functions
 

Fields in org.jclouds.byon.functions with type parameters of type Node
 List<Node> NodesFromYaml.Config.nodes
           
 

Methods in org.jclouds.byon.functions that return types with arguments of type Node
 Map<String,Node> NodesFromYaml.apply(InputStream source)
           
 

Methods in org.jclouds.byon.functions with parameters of type Node
 NodeMetadata NodeToNodeMetadata.apply(Node from)
           
 

Uses of Node in org.jclouds.byon.internal
 

Constructor parameters in org.jclouds.byon.internal with type arguments of type Node
BYONComputeServiceAdapter(com.google.common.base.Supplier<Map<String,Node>> nodes, NodeToNodeMetadata converter, JustProvider locationSupplier)
           
 

Uses of Node in org.jclouds.byon.suppliers
 

Methods in org.jclouds.byon.suppliers that return types with arguments of type Node
 Map<String,Node> NodesParsedFromSupplier.get()
           
 



Copyright © 2009-2011 jclouds. All Rights Reserved.