@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>>
Exception
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.