Class OrphanedGroupsByRegionId

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

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

    • OrphanedGroupsByRegionId

      @Inject protected OrphanedGroupsByRegionId(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:
      apply in interface com.google.common.base.Function<Set<? extends org.jclouds.compute.domain.NodeMetadata>,com.google.common.collect.Multimap<String,String>>
      Specified by:
      apply in interface Function<Set<? extends org.jclouds.compute.domain.NodeMetadata>,com.google.common.collect.Multimap<String,String>>