@Singleton public class ListClientsImpl extends Object implements ListClients
| Modifier and Type | Field and Description |
|---|---|
protected ChefApi |
api |
protected Logger |
logger |
| Modifier and Type | Method and Description |
|---|---|
Iterable<? extends Client> |
execute() |
Iterable<? extends Client> |
execute(ExecutorService executorService) |
protected final ChefApi api
@Named(value="jclouds.chef") protected Logger logger
public Iterable<? extends Client> execute()
execute in interface ListClientspublic Iterable<? extends Client> execute(ExecutorService executorService)
execute in interface ListClientsCopyright © 2009–2021 The Apache Software Foundation. All rights reserved.