Class OrphanedGroupsByZoneId
- java.lang.Object
 - 
- org.jclouds.cloudstack.compute.functions.OrphanedGroupsByZoneId
 
 
- 
- All Implemented Interfaces:
 com.google.common.base.Function<Set<? extends NodeMetadata>,com.google.common.collect.Multimap<String,String>>,Function<Set<? extends NodeMetadata>,com.google.common.collect.Multimap<String,String>>
public class OrphanedGroupsByZoneId extends Object implements com.google.common.base.Function<Set<? extends NodeMetadata>,com.google.common.collect.Multimap<String,String>>
 
- 
- 
Constructor Summary
Constructors Modifier Constructor Description protectedOrphanedGroupsByZoneId(ComputeService computeService) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.google.common.collect.Multimap<String,String>apply(Set<? extends NodeMetadata> deadNodes) 
 - 
 
- 
- 
Constructor Detail
- 
OrphanedGroupsByZoneId
@Inject protected OrphanedGroupsByZoneId(ComputeService computeService)
 
 - 
 
- 
Method Detail
- 
apply
public com.google.common.collect.Multimap<String,String> apply(Set<? extends NodeMetadata> deadNodes)
- Specified by:
 applyin interfacecom.google.common.base.Function<Set<? extends NodeMetadata>,com.google.common.collect.Multimap<String,String>>- Specified by:
 applyin interfaceFunction<Set<? extends NodeMetadata>,com.google.common.collect.Multimap<String,String>>
 
 - 
 
 -