org.jclouds.chef.strategy
Interface DeleteAllNodesInList

All Known Implementing Classes:
DeleteAllNodesInListImpl

public interface DeleteAllNodesInList


Method Summary
 void execute(Iterable<String> names)
           
 void execute(com.google.common.util.concurrent.ListeningExecutorService executor, Iterable<String> names)
           
 

Method Detail

execute

void execute(Iterable<String> names)

execute

void execute(com.google.common.util.concurrent.ListeningExecutorService executor,
             Iterable<String> names)


Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.