org.jclouds.compute.predicates
Class AtomicNodeRunning

java.lang.Object
  extended by org.jclouds.compute.predicates.internal.RefreshAndDoubleCheckOnFailUnlessStatusInvalid<NodeMetadata.Status,NodeMetadata>
      extended by org.jclouds.compute.predicates.internal.RefreshNodeAndDoubleCheckOnFailUnlessStatusInvalid
          extended by org.jclouds.compute.predicates.AtomicNodeRunning
All Implemented Interfaces:
com.google.common.base.Predicate<AtomicReference<NodeMetadata>>

@Singleton
public class AtomicNodeRunning
extends RefreshNodeAndDoubleCheckOnFailUnlessStatusInvalid

Tests to see if a node is running.


Field Summary
 
Fields inherited from class org.jclouds.compute.predicates.internal.RefreshAndDoubleCheckOnFailUnlessStatusInvalid
logger
 
Constructor Summary
AtomicNodeRunning(GetNodeMetadataStrategy client)
           
 
Method Summary
 
Methods inherited from class org.jclouds.compute.predicates.internal.RefreshNodeAndDoubleCheckOnFailUnlessStatusInvalid
refreshOrNull
 
Methods inherited from class org.jclouds.compute.predicates.internal.RefreshAndDoubleCheckOnFailUnlessStatusInvalid
apply, checkStatus
 
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
 

Constructor Detail

AtomicNodeRunning

@Inject
public AtomicNodeRunning(GetNodeMetadataStrategy client)


Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.