Uses of Class
org.jclouds.chef.domain.Node
-
Packages that use Node Package Description org.jclouds.chef org.jclouds.chef.domain org.jclouds.chef.internal org.jclouds.chef.strategy org.jclouds.chef.strategy.internal -
-
Uses of Node in org.jclouds.chef
Methods in org.jclouds.chef that return Node Modifier and Type Method Description Node
ChefService. createNodeAndPopulateAutomaticAttributes(String nodeName, Iterable<String> runList)
Creates a new node and populates the automatic attributes.Node
ChefApi. deleteNode(String nodeName)
Deletes the given node.Node
ChefApi. getNode(String nodeName)
Gets the details of the given node.Node
ChefApi. updateNode(Node node)
Updates an existing node.Methods in org.jclouds.chef that return types with arguments of type Node Modifier and Type Method Description Iterable<? extends Node>
ChefService. listNodes()
Lists the details of all existing nodes.Iterable<? extends Node>
ChefService. listNodes(ExecutorService executorService)
Lists the details of all existing nodes, executing concurrently using the executorService.Iterable<? extends Node>
ChefService. listNodesInEnvironment(String environmentName)
Lists the details of all existing nodes in the given environment.Iterable<? extends Node>
ChefService. listNodesInEnvironment(String environmentName, ExecutorService executorService)
Lists the details of all existing nodes in the given environment, using the ExecutorService to paralleling the execution.SearchResult<? extends Node>
ChefApi. searchNodes()
Searches all nodes.SearchResult<? extends Node>
ChefApi. searchNodes(SearchOptions options)
Searches all nodes that match the given options.Methods in org.jclouds.chef with parameters of type Node Modifier and Type Method Description void
ChefApi. createNode(Node node)
Creates a new node.Node
ChefApi. updateNode(Node node)
Updates an existing node. -
Uses of Node in org.jclouds.chef.domain
Methods in org.jclouds.chef.domain that return Node Modifier and Type Method Description Node
Node.Builder. build()
-
Uses of Node in org.jclouds.chef.internal
Methods in org.jclouds.chef.internal that return Node Modifier and Type Method Description Node
BaseChefService. createNodeAndPopulateAutomaticAttributes(String nodeName, Iterable<String> runList)
Methods in org.jclouds.chef.internal that return types with arguments of type Node Modifier and Type Method Description Iterable<? extends Node>
BaseChefService. listNodes()
Iterable<? extends Node>
BaseChefService. listNodes(ExecutorService executorService)
Iterable<? extends Node>
BaseChefService. listNodesInEnvironment(String environmentName)
Iterable<? extends Node>
BaseChefService. listNodesInEnvironment(String environmentName, ExecutorService executorService)
-
Uses of Node in org.jclouds.chef.strategy
Methods in org.jclouds.chef.strategy that return Node Modifier and Type Method Description Node
CreateNodeAndPopulateAutomaticAttributes. execute(String nodeName, Iterable<String> runList)
Node
CreateNodeAndPopulateAutomaticAttributes. execute(Node node)
Methods in org.jclouds.chef.strategy that return types with arguments of type Node Modifier and Type Method Description Iterable<? extends Node>
ListNodes. execute()
Iterable<? extends Node>
ListNodes. execute(ExecutorService executor)
Iterable<? extends Node>
ListNodesInEnvironment. execute(String environmentName)
Iterable<? extends Node>
ListNodesInEnvironment. execute(ExecutorService executor, String environmentName)
Methods in org.jclouds.chef.strategy with parameters of type Node Modifier and Type Method Description Node
CreateNodeAndPopulateAutomaticAttributes. execute(Node node)
-
Uses of Node in org.jclouds.chef.strategy.internal
Methods in org.jclouds.chef.strategy.internal that return Node Modifier and Type Method Description Node
CreateNodeAndPopulateAutomaticAttributesImpl. execute(String nodeName, Iterable<String> runList)
Node
CreateNodeAndPopulateAutomaticAttributesImpl. execute(Node node)
Methods in org.jclouds.chef.strategy.internal that return types with arguments of type Node Modifier and Type Method Description protected Iterable<? extends Node>
BaseListNodesImpl. execute(Iterable<String> toGet)
Iterable<? extends Node>
ListNodesImpl. execute()
Iterable<? extends Node>
ListNodesImpl. execute(ExecutorService executor)
Iterable<? extends Node>
ListNodesInEnvironmentImpl. execute(String environmentName)
Iterable<? extends Node>
ListNodesInEnvironmentImpl. execute(ExecutorService executor, String environmentName)
protected Iterable<? extends Node>
BaseListNodesImpl. executeConcurrently(com.google.common.util.concurrent.ListeningExecutorService executor, Iterable<String> toGet)
Methods in org.jclouds.chef.strategy.internal with parameters of type Node Modifier and Type Method Description Node
CreateNodeAndPopulateAutomaticAttributesImpl. execute(Node node)
-