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
Fields Modifier and Type Field Description protected ChefApi
api
protected Logger
logger
protected com.google.common.util.concurrent.ListeningExecutorService
userExecutor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
execute(com.google.common.util.concurrent.ListeningExecutorService executor, Iterable<String> names)
void
execute(Iterable<String> names)
-
-
-
Method Detail
-
execute
public void execute(Iterable<String> names)
- Specified by:
execute
in interfaceDeleteAllNodesInList
-
execute
public void execute(com.google.common.util.concurrent.ListeningExecutorService executor, Iterable<String> names)
- Specified by:
execute
in interfaceDeleteAllNodesInList
-
-