org.jclouds.chef.strategy.internal
Class DeleteAllNodesInListImpl
java.lang.Object
org.jclouds.chef.strategy.internal.DeleteAllNodesInListImpl
- All Implemented Interfaces:
- DeleteAllNodesInList
@Singleton
public class DeleteAllNodesInListImpl
- extends Object
- implements DeleteAllNodesInList
|
Field Summary |
protected ChefApi |
api
|
protected org.jclouds.logging.Logger |
logger
|
protected com.google.common.util.concurrent.ListeningExecutorService |
userExecutor
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
api
protected final ChefApi api
userExecutor
protected final com.google.common.util.concurrent.ListeningExecutorService userExecutor
logger
@Named(value="jclouds.chef")
protected org.jclouds.logging.Logger logger
execute
public void execute(Iterable<String> names)
- Specified by:
execute in interface DeleteAllNodesInList
execute
public void execute(com.google.common.util.concurrent.ListeningExecutorService executor,
Iterable<String> names)
- Specified by:
execute in interface DeleteAllNodesInList
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.