>      * @return The details of all existing nodes.
>      */
>     Iterable<? extends Node> listNodes();
>  
>     /**
> +    * Lists the details of all existing nodes, executing concurrently using 
> the executorService.
> +    *
> +    * @return The details of all existing nodes.
> +    */
> +   Iterable<? extends Node> listNodesConcurrently(ExecutorService 
> executorService);

There's nothing better we can do right now, AFAIK.

Methods are currently overloaded, and this change renames some with the suffix 
"Concurrently", which I didn't notice in my review. +1 to keep the overloaded 
version.

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-chef/pull/47/files#r15117330

Reply via email to