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 Stringmessage(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:
 loadin classcom.google.common.cache.CacheLoader<RegionAndName,Image> - Throws:
 ExecutionException
 - 
message
 
 -