org.jclouds.ec2.compute.functions
Class PresentInstances
java.lang.Object
org.jclouds.ec2.compute.functions.PresentInstances
- All Implemented Interfaces:
- com.google.common.base.Function<Set<RegionAndName>,Set<RunningInstance>>
@Singleton
public class PresentInstances
- extends Object
- implements com.google.common.base.Function<Set<RegionAndName>,Set<RunningInstance>>
returns the instances present in the list. Makes a single rest call per aggregate on region.
|
Field Summary |
protected org.jclouds.logging.Logger |
logger
|
| Methods inherited from interface com.google.common.base.Function |
equals |
logger
protected org.jclouds.logging.Logger logger
PresentInstances
@Inject
public PresentInstances(EC2Api client)
apply
public Set<RunningInstance> apply(Set<RegionAndName> regionAndIds)
- Specified by:
apply in interface com.google.common.base.Function<Set<RegionAndName>,Set<RunningInstance>>
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.