@Singleton public class LoadFloatingIpsForInstance extends com.google.common.cache.CacheLoader<RegionAndId,Iterable<? extends FloatingIP>>
| Constructor and Description |
|---|
LoadFloatingIpsForInstance(NovaApi api) |
| Modifier and Type | Method and Description |
|---|---|
Iterable<? extends FloatingIP> |
load(RegionAndId key) |
@Inject public LoadFloatingIpsForInstance(NovaApi api)
public Iterable<? extends FloatingIP> load(RegionAndId key) throws Exception
load in class com.google.common.cache.CacheLoader<RegionAndId,Iterable<? extends FloatingIP>>ExceptionCopyright © 2009–2017 The Apache Software Foundation. All rights reserved.