org.jclouds.openstack.nova.v2_0.compute.loaders
Class CreateUniqueKeyPair

java.lang.Object
  extended by com.google.common.cache.CacheLoader<ZoneAndName,KeyPair>
      extended by org.jclouds.openstack.nova.v2_0.compute.loaders.CreateUniqueKeyPair

@Singleton
public class CreateUniqueKeyPair
extends com.google.common.cache.CacheLoader<ZoneAndName,KeyPair>


Nested Class Summary
 
Nested classes/interfaces inherited from class com.google.common.cache.CacheLoader
com.google.common.cache.CacheLoader.InvalidCacheLoadException
 
Field Summary
protected  org.jclouds.logging.Logger logger
           
protected  org.jclouds.compute.functions.GroupNamingConvention.Factory namingConvention
           
protected  NovaApi novaApi
           
 
Constructor Summary
CreateUniqueKeyPair(NovaApi novaApi, org.jclouds.compute.functions.GroupNamingConvention.Factory namingConvention)
           
 
Method Summary
 KeyPair load(ZoneAndName zoneAndName)
           
 
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

novaApi

protected final NovaApi novaApi

namingConvention

protected final org.jclouds.compute.functions.GroupNamingConvention.Factory namingConvention
Constructor Detail

CreateUniqueKeyPair

@Inject
public CreateUniqueKeyPair(NovaApi novaApi,
                                  org.jclouds.compute.functions.GroupNamingConvention.Factory namingConvention)
Method Detail

load

public KeyPair load(ZoneAndName zoneAndName)
Specified by:
load in class com.google.common.cache.CacheLoader<ZoneAndName,KeyPair>


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