Package | Description |
---|---|
org.jclouds.compute.predicates | |
org.jclouds.compute.predicates.internal |
Class and Description |
---|
RefreshAndDoubleCheckOnFailUnlessStatusInvalid
Keep an atomic reference to a
resource, so as to eliminate a redundant
ComputeService.getNodeMetadata(java.lang.String) call after the
predicate passes. |
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. |
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. |
TrueIfNullOrDeletedRefreshAndDoubleCheckOnFalse |
Class and Description |
---|
RefreshAndDoubleCheckOnFailUnlessStatusInvalid
Keep an atomic reference to a
resource, so as to eliminate a redundant
ComputeService.getNodeMetadata(java.lang.String) call after the
predicate passes. |
Copyright © 2009-2013 jclouds. All Rights Reserved.