org.jclouds.chef.strategy.internal
Class ListNodesInEnvironmentImpl

java.lang.Object
  extended by org.jclouds.chef.strategy.internal.BaseListNodesImpl
      extended by org.jclouds.chef.strategy.internal.ListNodesInEnvironmentImpl
All Implemented Interfaces:
ListNodesInEnvironment

@Singleton
public class ListNodesInEnvironmentImpl
extends BaseListNodesImpl
implements ListNodesInEnvironment


Field Summary
protected  org.jclouds.logging.Logger logger
           
 
Fields inherited from class org.jclouds.chef.strategy.internal.BaseListNodesImpl
api
 
Method Summary
 Iterable<? extends Node> execute(ExecutorService executor, String environmentName)
           
 Iterable<? extends Node> execute(String environmentName)
           
 
Methods inherited from class org.jclouds.chef.strategy.internal.BaseListNodesImpl
execute, executeConcurrently
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger

@Named(value="jclouds.chef")
protected org.jclouds.logging.Logger logger
Method Detail

execute

public Iterable<? extends Node> execute(String environmentName)
Specified by:
execute in interface ListNodesInEnvironment

execute

public Iterable<? extends Node> execute(ExecutorService executor,
                                        String environmentName)
Specified by:
execute in interface ListNodesInEnvironment


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