org.jclouds.slicehost.compute.strategy
Class SlicehostListNodesStrategy
java.lang.Object
org.jclouds.slicehost.compute.strategy.SlicehostListNodesStrategy
- All Implemented Interfaces:
- ListNodesStrategy
@Singleton
public class SlicehostListNodesStrategy
- 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 |
SlicehostListNodesStrategy
@Inject
protected SlicehostListNodesStrategy(SlicehostClient client,
com.google.common.base.Function<Slice,NodeMetadata> sliceToNodeMetadata)
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.