Class DeleteAllClientsInListImpl
java.lang.Object
org.jclouds.chef.strategy.internal.DeleteAllClientsInListImpl
- All Implemented Interfaces:
DeleteAllClientsInList
Concurrently delete all given clients.
-
Field Details
-
api
-
userExecutor
protected final com.google.common.util.concurrent.ListeningExecutorService userExecutor -
logger
-
-
Method Details
-
execute
- Specified by:
execute
in interfaceDeleteAllClientsInList
-
execute
public void execute(com.google.common.util.concurrent.ListeningExecutorService executor, Iterable<String> names) - Specified by:
execute
in interfaceDeleteAllClientsInList
-