org.jclouds.chef.strategy.internal
Class BaseListCookbookVersionsImpl

java.lang.Object
  extended by org.jclouds.chef.strategy.internal.BaseListCookbookVersionsImpl
Direct Known Subclasses:
ListCookbookVersionsImpl, ListCookbookVersionsInEnvironmentImpl

public abstract class BaseListCookbookVersionsImpl
extends Object


Field Summary
protected  ChefApi api
           
protected  org.jclouds.logging.Logger logger
           
 
Method Summary
protected  Iterable<? extends CookbookVersion> execute(Iterable<String> toGet)
           
protected  Iterable<? extends CookbookVersion> executeConcurrently(com.google.common.util.concurrent.ListeningExecutorService executor, Iterable<String> cookbookNames)
           
 
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 CookbookVersion> execute(Iterable<String> toGet)

executeConcurrently

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


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