org.jclouds.byon.suppliers
Class NodesParsedFromSupplier

java.lang.Object
  extended by org.jclouds.byon.suppliers.NodesParsedFromSupplier
All Implemented Interfaces:
com.google.common.base.Supplier<com.google.common.cache.LoadingCache<String,Node>>

@Singleton
public class NodesParsedFromSupplier
extends Object
implements com.google.common.base.Supplier<com.google.common.cache.LoadingCache<String,Node>>

Author:
Adrian Cole

Field Summary
protected  Logger logger
           
 
Method Summary
 com.google.common.cache.LoadingCache<String,Node> get()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger

protected Logger logger
Method Detail

get

public com.google.common.cache.LoadingCache<String,Node> get()
Specified by:
get in interface com.google.common.base.Supplier<com.google.common.cache.LoadingCache<String,Node>>


Copyright © 2009-2012 jclouds. All Rights Reserved.