Class BaseListCookbookVersionsImpl
- java.lang.Object
 - 
- org.jclouds.chef.strategy.internal.BaseListCookbookVersionsImpl
 
 
- 
- Direct Known Subclasses:
 ListCookbookVersionsImpl,ListCookbookVersionsInEnvironmentImpl
public abstract class BaseListCookbookVersionsImpl extends Object
 
- 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Iterable<? extends CookbookVersion>execute(Iterable<String> toGet)protected Iterable<? extends CookbookVersion>executeConcurrently(com.google.common.util.concurrent.ListeningExecutorService executor, Iterable<String> cookbookNames) 
 - 
 
- 
- 
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)
 
 - 
 
 -