org.jclouds.compute.predicates
Class NodeRunning
java.lang.Object
org.jclouds.compute.predicates.NodePresentAndInIntendedState
org.jclouds.compute.predicates.NodeRunning
- All Implemented Interfaces:
- com.google.common.base.Predicate<NodeMetadata>
Deprecated.
@Singleton
@Deprecated
public class NodeRunning
- extends NodePresentAndInIntendedState
Tests to see if a node is running.
- Author:
- Adrian Cole
- See Also:
AtomicNodeRunning
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.Predicate |
equals |
NodeRunning
@Inject
public NodeRunning(GetNodeMetadataStrategy client)
- Deprecated.
Copyright © 2009-2012 jclouds. All Rights Reserved.