org.jclouds.functions
Class JoinOnK2<K,K2,V>

java.lang.Object
  extended by org.jclouds.functions.JoinOnK2<K,K2,V>
All Implemented Interfaces:
com.google.common.base.Function<Map<K,com.google.common.base.Supplier<Set<K2>>>,Map<K2,com.google.common.base.Supplier<V>>>

public class JoinOnK2<K,K2,V>
extends Object
implements com.google.common.base.Function<Map<K,com.google.common.base.Supplier<Set<K2>>>,Map<K2,com.google.common.base.Supplier<V>>>


Constructor Summary
JoinOnK2(com.google.common.base.Supplier<Map<K2,com.google.common.base.Supplier<V>>> regionToEndpointSupplier)
           
 
Method Summary
 Map<K2,com.google.common.base.Supplier<V>> apply(Map<K,com.google.common.base.Supplier<Set<K2>>> regionToZones)
           
 
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

JoinOnK2

public JoinOnK2(com.google.common.base.Supplier<Map<K2,com.google.common.base.Supplier<V>>> regionToEndpointSupplier)
Method Detail

apply

public Map<K2,com.google.common.base.Supplier<V>> apply(Map<K,com.google.common.base.Supplier<Set<K2>>> regionToZones)
Specified by:
apply in interface com.google.common.base.Function<Map<K,com.google.common.base.Supplier<Set<K2>>>,Map<K2,com.google.common.base.Supplier<V>>>


Copyright © 2009-2012 jclouds. All Rights Reserved.