org.jclouds.byon.functions
Class NodeToNodeMetadata
java.lang.Object
org.jclouds.byon.functions.NodeToNodeMetadata
- All Implemented Interfaces:
- com.google.common.base.Function<Node,org.jclouds.compute.domain.NodeMetadata>
@Singleton
public class NodeToNodeMetadata
- extends Object
- implements com.google.common.base.Function<Node,org.jclouds.compute.domain.NodeMetadata>
- Author:
- Adrian Cole
|
Field Summary |
protected org.jclouds.logging.Logger |
logger
|
|
Method Summary |
org.jclouds.compute.domain.NodeMetadata |
apply(Node from)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.google.common.base.Function |
equals |
logger
@Named(value="jclouds.compute")
protected org.jclouds.logging.Logger logger
apply
public org.jclouds.compute.domain.NodeMetadata apply(Node from)
- Specified by:
apply in interface com.google.common.base.Function<Node,org.jclouds.compute.domain.NodeMetadata>
Copyright © 2009-2012 jclouds. All Rights Reserved.