Class ListNodesInEnvironmentImpl
- java.lang.Object
-
- org.jclouds.chef.strategy.internal.BaseListNodesImpl
-
- org.jclouds.chef.strategy.internal.ListNodesInEnvironmentImpl
-
- All Implemented Interfaces:
ListNodesInEnvironment
@Singleton public class ListNodesInEnvironmentImpl extends BaseListNodesImpl implements ListNodesInEnvironment
-
-
Field Summary
Fields Modifier and Type Field Description protected Loggerlogger-
Fields inherited from class org.jclouds.chef.strategy.internal.BaseListNodesImpl
api
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Iterable<? extends Node>execute(String environmentName)Iterable<? extends Node>execute(ExecutorService executor, String environmentName)-
Methods inherited from class org.jclouds.chef.strategy.internal.BaseListNodesImpl
execute, executeConcurrently
-
-
-
-
Field Detail
-
logger
@Named("jclouds.chef") protected Logger logger
-
-
Method Detail
-
execute
public Iterable<? extends Node> execute(String environmentName)
- Specified by:
executein interfaceListNodesInEnvironment
-
execute
public Iterable<? extends Node> execute(ExecutorService executor, String environmentName)
- Specified by:
executein interfaceListNodesInEnvironment
-
-