> @@ -168,20 +176,49 @@
> Iterable<? extends Node> listNodesInEnvironment(String environmentName);
>
> /**
> + * Lists the details of all existing nodes in the given environment,
> using the ExecutorService to paralleling the execution.
> + *
> + * @param executorService The thread pool used in this operation
> + * @param environmentName The name fo the environment.
> + * @return The details of all existing nodes in the given environment.
> + */
> + @SinceApiVersion("0.10.0")
> + Iterable<? extends Node> listNodesInEnvironmentConcurrently(
> + ExecutorService executorService, String environmentName
> + );
See comment above.
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-chef/pull/47/files#r15115197