org.jclouds.cloudstack.compute.loaders
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 classes/interfaces inherited from class com.google.common.cache.CacheLoader |
com.google.common.cache.CacheLoader.InvalidCacheLoadException |
| 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 |
logger
@Named(value="jclouds.compute")
protected org.jclouds.logging.Logger logger
client
protected final CloudStackApi client
CreateUniqueKeyPair
@Inject
public CreateUniqueKeyPair(CloudStackApi client)
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.