Class DiskURIToImage

java.lang.Object
com.google.common.cache.CacheLoader<URI,com.google.common.base.Optional<Image>>
org.jclouds.googlecomputeengine.compute.loaders.DiskURIToImage

@Singleton public class DiskURIToImage extends com.google.common.cache.CacheLoader<URI,com.google.common.base.Optional<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
    Modifier and Type
    Field
    Description
    protected Logger
     
  • Method Summary

    Modifier and Type
    Method
    Description
    com.google.common.base.Optional<Image>
    load(URI key)
     
    static String
     

    Methods inherited from class com.google.common.cache.CacheLoader

    asyncReloading, from, from, loadAll, reload

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait