Uses of Class
org.jclouds.byon.Node

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

Uses of Node in org.jclouds.byon
 

Methods in org.jclouds.byon that return Node
 Node Node.Builder.build()
           
 

Uses of Node in org.jclouds.byon.config
 

Methods in org.jclouds.byon.config that return types with arguments of type Node
protected  com.google.common.cache.LoadingCache<String,Node> YamlNodeStoreModule.provideNodeStore(Map<String,YamlNode> backing, com.google.common.base.Function<Node,YamlNode> yamlSerializer, com.google.common.base.Function<YamlNode,Node> yamlDeserializer)
           
 

Method parameters in org.jclouds.byon.config with type arguments of type Node
protected  com.google.common.cache.LoadingCache<String,Node> YamlNodeStoreModule.provideNodeStore(Map<String,YamlNode> backing, com.google.common.base.Function<Node,YamlNode> yamlSerializer, com.google.common.base.Function<YamlNode,Node> yamlDeserializer)
           
protected  com.google.common.cache.LoadingCache<String,Node> YamlNodeStoreModule.provideNodeStore(Map<String,YamlNode> backing, com.google.common.base.Function<Node,YamlNode> yamlSerializer, com.google.common.base.Function<YamlNode,Node> yamlDeserializer)
           
 

Constructor parameters in org.jclouds.byon.config with type arguments of type Node
CacheNodeStoreModule(com.google.common.cache.LoadingCache<String,Node> backing)
           
CacheNodeStoreModule(Map<String,Node> backing)
           
 

Uses of Node in org.jclouds.byon.domain
 

Fields in org.jclouds.byon.domain with type parameters of type Node
static com.google.common.base.Function<Node,YamlNode> YamlNode.nodeToYamlNode
           
static com.google.common.base.Function<YamlNode,Node> YamlNode.toNode
           
 

Methods in org.jclouds.byon.domain that return Node
 Node YamlNode.toNode()
           
 

Methods in org.jclouds.byon.domain with parameters of type Node
static YamlNode YamlNode.fromNode(Node in)
           
 

Uses of Node in org.jclouds.byon.functions
 

Methods in org.jclouds.byon.functions that return types with arguments of type Node
 com.google.common.cache.LoadingCache<String,Node> NodesFromYamlStream.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<com.google.common.cache.LoadingCache<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
 com.google.common.cache.LoadingCache<String,Node> NodesParsedFromSupplier.get()
           
 



Copyright © 2009-2012 jclouds. All Rights Reserved.