Package org.jclouds.ec2.compute.loaders
Class RegionAndIdToImage
java.lang.Object
com.google.common.cache.CacheLoader<RegionAndName,Image>
org.jclouds.ec2.compute.loaders.RegionAndIdToImage
@Singleton
public class RegionAndIdToImage
extends com.google.common.cache.CacheLoader<RegionAndName,Image>
-
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
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionload
(RegionAndName key) static String
message
(RegionAndName key, Exception e) Methods inherited from class com.google.common.cache.CacheLoader
asyncReloading, from, from, loadAll, reload
-
Field Details
-
logger
-
-
Constructor Details
-
RegionAndIdToImage
-
-
Method Details
-
load
- Specified by:
load
in classcom.google.common.cache.CacheLoader<RegionAndName,
Image> - Throws:
ExecutionException
-
message
-