org.jclouds.cloudstack.compute.loaders
Class CreateUniqueKeyPair

java.lang.Object
  extended by com.google.common.cache.CacheLoader<String,SshKeyPair>
      extended by 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
 
Field Summary
protected  CloudStackApi client
           
protected  org.jclouds.logging.Logger logger
           
 
Constructor Summary
CreateUniqueKeyPair(CloudStackApi client)
           
 
Method Summary
 SshKeyPair 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 Detail

logger

@Named(value="jclouds.compute")
protected org.jclouds.logging.Logger logger

client

protected final CloudStackApi client
Constructor Detail

CreateUniqueKeyPair

@Inject
public CreateUniqueKeyPair(CloudStackApi client)
Method Detail

load

public SshKeyPair load(String input)
Specified by:
load in class com.google.common.cache.CacheLoader<String,SshKeyPair>


Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.