org.jclouds.chef.strategy
Interface ListNodesInEnvironment

All Known Implementing Classes:
ListNodesInEnvironmentImpl

public interface ListNodesInEnvironment


Method Summary
 Iterable<? extends Node> execute(ExecutorService executor, String environmentName)
           
 Iterable<? extends Node> execute(String environmentName)
           
 

Method Detail

execute

Iterable<? extends Node> execute(String environmentName)

execute

Iterable<? extends Node> execute(ExecutorService executor,
                                 String environmentName)


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