Class OrphanedGroupsByZoneId
java.lang.Object
org.jclouds.cloudstack.compute.functions.OrphanedGroupsByZoneId
- All Implemented Interfaces:
com.google.common.base.Function<Set<? extends org.jclouds.compute.domain.NodeMetadata>,,com.google.common.collect.Multimap<String, String>> Function<Set<? extends org.jclouds.compute.domain.NodeMetadata>,com.google.common.collect.Multimap<String, String>>
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedOrphanedGroupsByZoneId(org.jclouds.compute.ComputeService computeService) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.google.common.base.Function
equals
-
Constructor Details
-
OrphanedGroupsByZoneId
@Inject protected OrphanedGroupsByZoneId(org.jclouds.compute.ComputeService computeService)
-
-
Method Details
-
apply
public com.google.common.collect.Multimap<String,String> apply(Set<? extends org.jclouds.compute.domain.NodeMetadata> deadNodes) - Specified by:
applyin interfacecom.google.common.base.Function<Set<? extends org.jclouds.compute.domain.NodeMetadata>,com.google.common.collect.Multimap<String, String>> - Specified by:
applyin interfaceFunction<Set<? extends org.jclouds.compute.domain.NodeMetadata>,com.google.common.collect.Multimap<String, String>>
-