|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of PredicateWithResult in org.jclouds.cloudservers.compute.extensions |
|---|
| Constructors in org.jclouds.cloudservers.compute.extensions with parameters of type PredicateWithResult | |
|---|---|
CloudServersImageExtension(CloudServersClient client,
ExecutorService userThreads,
PredicateWithResult<Integer,Image> imageAvailablePredicate)
|
|
| Uses of PredicateWithResult in org.jclouds.cloudservers.compute.predicates |
|---|
| Classes in org.jclouds.cloudservers.compute.predicates that implement PredicateWithResult | |
|---|---|
class |
GetImageWhenStatusActivePredicateWithResult
|
| Uses of PredicateWithResult in org.jclouds.ec2.compute.extensions |
|---|
| Constructors in org.jclouds.ec2.compute.extensions with parameters of type PredicateWithResult | |
|---|---|
EC2ImageExtension(EC2Client ec2Client,
ExecutorService userThreads,
PredicateWithResult<String,Image> imageReadyPredicate)
|
|
| Uses of PredicateWithResult in org.jclouds.ec2.compute.predicates |
|---|
| Classes in org.jclouds.ec2.compute.predicates that implement PredicateWithResult | |
|---|---|
class |
GetImageWhenStatusAvailablePredicateWithResult
ยง |
| Uses of PredicateWithResult in org.jclouds.openstack.nova.v2_0.compute.extensions |
|---|
| Constructors in org.jclouds.openstack.nova.v2_0.compute.extensions with parameters of type PredicateWithResult | |
|---|---|
NovaImageExtension(NovaApi novaApi,
ExecutorService userThreads,
PredicateWithResult<ZoneAndId,Image> imageReadyPredicate)
|
|
| Uses of PredicateWithResult in org.jclouds.openstack.nova.v2_0.compute.predicates |
|---|
| Classes in org.jclouds.openstack.nova.v2_0.compute.predicates that implement PredicateWithResult | |
|---|---|
class |
GetImageWhenImageInZoneHasActiveStatusPredicateWithResult
|
| Uses of PredicateWithResult in org.jclouds.predicates |
|---|
| Classes in org.jclouds.predicates that implement PredicateWithResult | |
|---|---|
class |
PredicateCallable<Result>
Provides a facility to convert an arbitrary Callable to a Predicate, implementing PredicateWithResult, for use e.g. |
| Methods in org.jclouds.predicates with parameters of type PredicateWithResult | ||
|---|---|---|
static
|
Retryables.retryGettingResultOrFailing(PredicateWithResult<Input,Result> predicate,
Input input,
long maxWait,
long period,
TimeUnit unit,
String failureMessage)
|
|
static
|
Retryables.retryGettingResultOrFailing(PredicateWithResult<Input,Result> predicate,
Input input,
long maxWaitMillis,
String failureMessage)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||