org.jclouds.servermanager.compute.functions
Class ServerToNodeMetadata.FindLocationForServer
java.lang.Object
org.jclouds.collect.FindResourceInSet<Server,Location>
org.jclouds.servermanager.compute.functions.ServerToNodeMetadata.FindLocationForServer
- All Implemented Interfaces:
- com.google.common.base.Function<Server,Location>
- Enclosing class:
- ServerToNodeMetadata
@Singleton
public static class ServerToNodeMetadata.FindLocationForServer
- extends FindResourceInSet<Server,Location>
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 |
ServerToNodeMetadata.FindLocationForServer
@Inject
public ServerToNodeMetadata.FindLocationForServer(com.google.common.base.Supplier<Set<? extends Location>> hardware)
matches
public boolean matches(Server from,
Location input)
- Specified by:
matches
in class FindResourceInSet<Server,Location>
Copyright © 2009-2011 jclouds. All Rights Reserved.