Uses of Class
org.jclouds.byon.Node
Packages that use Node
Package
Description
-
Uses of Node in org.jclouds.byon
Methods in org.jclouds.byon that return Node -
Uses of Node in org.jclouds.byon.config
Methods in org.jclouds.byon.config that return types with arguments of type NodeModifier and TypeMethodDescriptionYamlNodeStoreModule.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 NodeModifier and TypeMethodDescriptionYamlNodeStoreModule.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 NodeModifierConstructorDescriptionCacheNodeStoreModule
(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 NodeMethods in org.jclouds.byon.domain that return NodeMethods in org.jclouds.byon.domain with parameters of type Node -
Uses of Node in org.jclouds.byon.functions
Methods in org.jclouds.byon.functions that return types with arguments of type NodeModifier and TypeMethodDescriptionNodesFromYamlStream.apply
(com.google.common.io.ByteSource source) Methods in org.jclouds.byon.functions with parameters of type Node -
Uses of Node in org.jclouds.byon.internal
Constructor parameters in org.jclouds.byon.internal with type arguments of type NodeModifierConstructorDescriptionBYONComputeServiceAdapter
(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