Package | Description |
---|---|
org.jclouds.compute.predicates | |
org.jclouds.compute.predicates.internal |
Modifier and Type | Class and Description |
---|---|
class |
AtomicImageAvailable
Tests to see if a image is available.
|
class |
AtomicNodeRunning
Tests to see if a node is running.
|
class |
AtomicNodeSuspended
Tests to see if a node is suspended.
|
Modifier and Type | Class and Description |
---|---|
class |
RefreshImageAndDoubleCheckOnFailUnlessStatusInvalid
The point of RefreshAndDoubleCheckOnFailUnlessStateInvalid is to keep an atomic reference to a
image, so as to eliminate a redundant
ComputeService.getImage(java.lang.String) call after the
predicate passes. |
class |
RefreshNodeAndDoubleCheckOnFailUnlessStatusInvalid
The point of RefreshAndDoubleCheckOnFailUnlessStateInvalid is to keep an atomic reference to a
node, so as to eliminate a redundant
ComputeService.getNodeMetadata(java.lang.String) call after the
predicate passes. |
Copyright © 2009-2013 jclouds. All Rights Reserved.