org.jclouds.joyent.cloudapi.v6_5.compute.functions
Class OrphanedGroupsByDatacenterId

java.lang.Object
  extended by org.jclouds.joyent.cloudapi.v6_5.compute.functions.OrphanedGroupsByDatacenterId
All Implemented Interfaces:
com.google.common.base.Function<Set<? extends org.jclouds.compute.domain.NodeMetadata>,com.google.common.collect.Multimap<String,String>>

public class OrphanedGroupsByDatacenterId
extends Object
implements com.google.common.base.Function<Set<? extends org.jclouds.compute.domain.NodeMetadata>,com.google.common.collect.Multimap<String,String>>

Author:
Adrian Cole

Constructor Summary
protected OrphanedGroupsByDatacenterId(org.jclouds.compute.ComputeService computeService)
           
 
Method Summary
 com.google.common.collect.Multimap<String,String> apply(Set<? extends org.jclouds.compute.domain.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

OrphanedGroupsByDatacenterId

@Inject
protected OrphanedGroupsByDatacenterId(org.jclouds.compute.ComputeService computeService)
Method Detail

apply

public com.google.common.collect.Multimap<String,String> apply(Set<? extends org.jclouds.compute.domain.NodeMetadata> deadNodes)
Specified by:
apply in interface com.google.common.base.Function<Set<? extends org.jclouds.compute.domain.NodeMetadata>,com.google.common.collect.Multimap<String,String>>


Copyright © 2009-2012 jclouds. All Rights Reserved.