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 and Description |
|---|
JoinOnK2(com.google.common.base.Supplier<Map<K2,com.google.common.base.Supplier<V>>> regionToEndpointSupplier) |
| Modifier and Type | Method and Description |
|---|---|
Map<K2,com.google.common.base.Supplier<V>> |
apply(Map<K,com.google.common.base.Supplier<Set<K2>>> regionToZones) |
Copyright © 2009-2012 jclouds. All Rights Reserved.