Package org.jclouds.chef.strategy
Interface ListNodesInEnvironment
-
- All Known Implementing Classes:
ListNodesInEnvironmentImpl
public interface ListNodesInEnvironment
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Iterable<? extends Node>
execute(String environmentName)
Iterable<? extends Node>
execute(ExecutorService executor, String environmentName)
-