org.jclouds.elasticstack.compute.functions
Class ServerInfoToNodeMetadata
java.lang.Object
org.jclouds.elasticstack.compute.functions.ServerInfoToNodeMetadata
- All Implemented Interfaces:
- com.google.common.base.Function<ServerInfo,NodeMetadata>
@Singleton
public class ServerInfoToNodeMetadata
- extends Object
- implements com.google.common.base.Function<ServerInfo,NodeMetadata>
- Author:
- Adrian Cole
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 |
serverStatusToNodeState
public static final Map<ServerStatus,NodeState> serverStatusToNodeState
apply
public NodeMetadata apply(ServerInfo from)
- Specified by:
apply
in interface com.google.common.base.Function<ServerInfo,NodeMetadata>
Copyright © 2009-2011 jclouds. All Rights Reserved.