Uses of Class
org.jclouds.byon.Node
- 
Packages that use Node Package Description 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 Modifier and Type Method Description NodeNode.Builder. build() - 
Uses of Node in org.jclouds.byon.config
Methods in org.jclouds.byon.config that return types with arguments of type Node Modifier and Type Method Description 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 Modifier and Type Method Description 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 Constructor Description 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 Modifier and Type Field Description static com.google.common.base.Function<Node,YamlNode>YamlNode. nodeToYamlNodestatic com.google.common.base.Function<YamlNode,Node>YamlNode. toNodeMethods in org.jclouds.byon.domain that return Node Modifier and Type Method Description NodeYamlNode. toNode()Methods in org.jclouds.byon.domain with parameters of type Node Modifier and Type Method Description static YamlNodeYamlNode. 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 Modifier and Type Method Description com.google.common.cache.LoadingCache<String,Node>NodesFromYamlStream. apply(com.google.common.io.ByteSource source)Methods in org.jclouds.byon.functions with parameters of type Node Modifier and Type Method Description NodeMetadataNodeToNodeMetadata. apply(Node from) - 
Uses of Node in org.jclouds.byon.internal
Constructor parameters in org.jclouds.byon.internal with type arguments of type Node Constructor Description 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 Modifier and Type Method Description com.google.common.cache.LoadingCache<String,Node>NodesParsedFromSupplier. get() 
 -