Class BaseListNodesImpl
- java.lang.Object
-
- org.jclouds.chef.strategy.internal.BaseListNodesImpl
-
- Direct Known Subclasses:
ListNodesImpl
,ListNodesInEnvironmentImpl
public abstract class BaseListNodesImpl extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Iterable<? extends Node>
execute(Iterable<String> toGet)
protected Iterable<? extends Node>
executeConcurrently(com.google.common.util.concurrent.ListeningExecutorService executor, Iterable<String> toGet)
-