Class CreateUniqueKeyPair

java.lang.Object
com.google.common.cache.CacheLoader<String,SshKeyPair>
org.jclouds.cloudstack.compute.loaders.CreateUniqueKeyPair

@Singleton public class CreateUniqueKeyPair extends com.google.common.cache.CacheLoader<String,SshKeyPair>
  • 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 final CloudStackApi
     
    protected Logger
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    load(String input)
     

    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
  • Field Details

    • logger

      @Named("jclouds.compute") protected Logger logger
    • client

      protected final CloudStackApi client
  • Constructor Details

    • CreateUniqueKeyPair

      @Inject public CreateUniqueKeyPair(CloudStackApi client)
  • Method Details