org.jclouds.chef.strategy.internal
Class BaseListNodesImpl

java.lang.Object
  extended by org.jclouds.chef.strategy.internal.BaseListNodesImpl
Direct Known Subclasses:
ListNodesImpl, ListNodesInEnvironmentImpl

public abstract class BaseListNodesImpl
extends Object


Field Summary
protected  ChefApi api
           
protected  org.jclouds.logging.Logger logger
           
 
Method Summary
protected  Iterable<? extends Node> execute(Iterable<String> toGet)
           
protected  Iterable<? extends Node> executeConcurrently(com.google.common.util.concurrent.ListeningExecutorService executor, Iterable<String> toGet)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

api

protected final ChefApi api

logger

protected org.jclouds.logging.Logger logger
Method Detail

execute

protected Iterable<? extends Node> execute(Iterable<String> toGet)

executeConcurrently

protected Iterable<? extends Node> executeConcurrently(com.google.common.util.concurrent.ListeningExecutorService executor,
                                                       Iterable<String> toGet)


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