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>
@Singleton
public class NodeRunning
- extends NodePresentAndInIntendedState
Tests to see if a node is running.
- 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.Predicate |
equals |
NodeRunning
@Inject
public NodeRunning(ComputeService client)
Copyright © 2009-2011 jclouds. All Rights Reserved.