org.jclouds.chef.strategy.internal
Class ListNodesImpl

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

@Singleton
public class ListNodesImpl
extends BaseListNodesImpl
implements ListNodes


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()
           
 Iterable<? extends Node> execute(ExecutorService executor)
           
 
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()
Specified by:
execute in interface ListNodes

execute

public Iterable<? extends Node> execute(ExecutorService executor)
Specified by:
execute in interface ListNodes


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