org.jclouds.chef.strategy.internal
Class DeleteAllNodesInListImpl

java.lang.Object
  extended by 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
           
 
Method Summary
 void execute(Iterable<String> names)
           
 void execute(com.google.common.util.concurrent.ListeningExecutorService executor, Iterable<String> names)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Method Detail

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.