Package | Description |
---|---|
org.jclouds.chef | |
org.jclouds.chef.domain | |
org.jclouds.chef.internal | |
org.jclouds.chef.strategy | |
org.jclouds.chef.strategy.internal |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
void |
ChefApi.createNode(Node node)
Creates a new node.
|
Node |
ChefApi.updateNode(Node node)
Updates an existing node.
|
Modifier and Type | Method and Description |
---|---|
Node |
Node.Builder.build() |
Modifier and Type | Method and Description |
---|---|
Node |
BaseChefService.createNodeAndPopulateAutomaticAttributes(String nodeName,
Iterable<String> runList) |
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
Node |
CreateNodeAndPopulateAutomaticAttributes.execute(Node node) |
Node |
CreateNodeAndPopulateAutomaticAttributes.execute(String nodeName,
Iterable<String> runList) |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
Node |
CreateNodeAndPopulateAutomaticAttributes.execute(Node node) |
Modifier and Type | Method and Description |
---|---|
Node |
CreateNodeAndPopulateAutomaticAttributesImpl.execute(Node node) |
Node |
CreateNodeAndPopulateAutomaticAttributesImpl.execute(String nodeName,
Iterable<String> runList) |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
Node |
CreateNodeAndPopulateAutomaticAttributesImpl.execute(Node node) |
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.