org.jclouds.openstack.nova.v2_0.compute.functions
Class OrphanedGroupsByZoneId

java.lang.Object
  extended by org.jclouds.openstack.nova.v2_0.compute.functions.OrphanedGroupsByZoneId
All Implemented Interfaces:
com.google.common.base.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>>

Author:
Adrian Cole

Constructor Summary
protected OrphanedGroupsByZoneId(ComputeService computeService)
           
 
Method Summary
 com.google.common.collect.Multimap<String,String> apply(Set<? extends NodeMetadata> deadNodes)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.google.common.base.Function
equals
 

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 interface com.google.common.base.Function<Set<? extends NodeMetadata>,com.google.common.collect.Multimap<String,String>>


Copyright © 2009-2012 jclouds. All Rights Reserved.