org.jclouds.openstack.nova.compute.strategy
Class NovaListNodesStrategy
java.lang.Object
org.jclouds.openstack.nova.compute.strategy.NovaListNodesStrategy
- All Implemented Interfaces:
- ListNodesStrategy
@Singleton
public class NovaListNodesStrategy
- extends Object
- implements ListNodesStrategy
- Author:
- Adrian Cole
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NovaListNodesStrategy
@Inject
protected NovaListNodesStrategy(NovaClient client,
com.google.common.base.Function<Server,NodeMetadata> serverToNodeMetadata)
listNodes
public Iterable<? extends ComputeMetadata> listNodes()
- Specified by:
listNodes
in interface ListNodesStrategy
listDetailsOnNodesMatching
public Iterable<? extends NodeMetadata> listDetailsOnNodesMatching(com.google.common.base.Predicate<ComputeMetadata> filter)
- Specified by:
listDetailsOnNodesMatching
in interface ListNodesStrategy
Copyright © 2009-2011 jclouds. All Rights Reserved.