Class OrphanedGroupsByRegionId
- java.lang.Object
-
- org.jclouds.openstack.nova.v2_0.compute.functions.OrphanedGroupsByRegionId
-
- 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 OrphanedGroupsByRegionId 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
OrphanedGroupsByRegionId(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
-
OrphanedGroupsByRegionId
@Inject protected OrphanedGroupsByRegionId(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>>
-
-