Class LoadFloatingIpsForInstance
java.lang.Object
com.google.common.cache.CacheLoader<RegionAndId,Iterable<? extends FloatingIpForServer>>
org.jclouds.openstack.nova.v2_0.compute.loaders.LoadFloatingIpsForInstance
@Singleton
public class LoadFloatingIpsForInstance
extends com.google.common.cache.CacheLoader<RegionAndId,Iterable<? extends FloatingIpForServer>>
Each region may or may not have the floating ip function present. In order to safely proceed, we
must allow the user to determine if a region has floating ip services before attempting to use
them.
-
Nested Class Summary
Nested classes/interfaces inherited from class com.google.common.cache.CacheLoader
com.google.common.cache.CacheLoader.InvalidCacheLoadException, com.google.common.cache.CacheLoader.UnsupportedLoadingOperationException
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.google.common.cache.CacheLoader
asyncReloading, from, from, loadAll, reload
-
Constructor Details
-
LoadFloatingIpsForInstance
-
-
Method Details
-
load
- Specified by:
load
in classcom.google.common.cache.CacheLoader<RegionAndId,
Iterable<? extends FloatingIpForServer>> - Throws:
Exception
-