Uses of Class
org.jclouds.chef.domain.Node

Packages that use Node
org.jclouds.chef   
org.jclouds.chef.domain   
org.jclouds.chef.internal   
org.jclouds.chef.strategy   
org.jclouds.chef.strategy.internal   
org.jclouds.chef.test   
 

Uses of Node in org.jclouds.chef
 

Methods in org.jclouds.chef that return Node
 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
 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
 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
 Node Node.Builder.build()
           
 

Uses of Node in org.jclouds.chef.internal
 

Methods in org.jclouds.chef.internal that return Node
 Node BaseChefService.createNodeAndPopulateAutomaticAttributes(String nodeName, Iterable<String> runList)
           
 

Methods in org.jclouds.chef.internal that return types with arguments of type Node
 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
 Node CreateNodeAndPopulateAutomaticAttributes.execute(Node node)
           
 Node CreateNodeAndPopulateAutomaticAttributes.execute(String nodeName, Iterable<String> runList)
           
 

Methods in org.jclouds.chef.strategy that return types with arguments of type Node
 Iterable<? extends Node> ListNodes.execute()
           
 Iterable<? extends Node> ListNodes.execute(ExecutorService executor)
           
 Iterable<? extends Node> ListNodesInEnvironment.execute(ExecutorService executor, String environmentName)
           
 Iterable<? extends Node> ListNodesInEnvironment.execute(String environmentName)
           
 

Methods in org.jclouds.chef.strategy with parameters of type Node
 Node CreateNodeAndPopulateAutomaticAttributes.execute(Node node)
           
 

Uses of Node in org.jclouds.chef.strategy.internal
 

Methods in org.jclouds.chef.strategy.internal that return Node
 Node CreateNodeAndPopulateAutomaticAttributesImpl.execute(Node node)
           
 Node CreateNodeAndPopulateAutomaticAttributesImpl.execute(String nodeName, Iterable<String> runList)
           
 

Methods in org.jclouds.chef.strategy.internal that return types with arguments of type Node
 Iterable<? extends Node> ListNodesImpl.execute()
           
 Iterable<? extends Node> ListNodesImpl.execute(ExecutorService executor)
           
 Iterable<? extends Node> ListNodesInEnvironmentImpl.execute(ExecutorService executor, String environmentName)
           
protected  Iterable<? extends Node> BaseListNodesImpl.execute(Iterable<String> toGet)
           
 Iterable<? extends Node> ListNodesInEnvironmentImpl.execute(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
 Node CreateNodeAndPopulateAutomaticAttributesImpl.execute(Node node)
           
 

Uses of Node in org.jclouds.chef.test
 

Methods in org.jclouds.chef.test that return Node
 Node TransientChefApi.deleteNode(String nodeName)
           
 Node TransientChefApi.getNode(String nodeName)
           
 Node TransientChefApi.updateNode(Node node)
           
 

Methods in org.jclouds.chef.test that return types with arguments of type Node
 SearchResult<? extends Node> TransientChefApi.searchNodes()
           
 SearchResult<? extends Node> TransientChefApi.searchNodes(SearchOptions options)
           
 

Methods in org.jclouds.chef.test with parameters of type Node
 void TransientChefApi.createNode(Node node)
           
 Node TransientChefApi.updateNode(Node node)
           
 



Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.