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 protected
OrphanedGroupsByZoneId(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:
apply
in interfacecom.google.common.base.Function<Set<? extends NodeMetadata>,com.google.common.collect.Multimap<String,String>>
- Specified by:
apply
in interfaceFunction<Set<? extends NodeMetadata>,com.google.common.collect.Multimap<String,String>>
-
-