| Constructor and Description | 
|---|
CloudServersImageExtension(CloudServersClient client,
                          ExecutorService userThreads,
                          PredicateWithResult<Integer,Image> imageAvailablePredicate)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
GetImageWhenStatusActivePredicateWithResult  | 
| Constructor and Description | 
|---|
EC2ImageExtension(EC2Client ec2Client,
                 ExecutorService userThreads,
                 PredicateWithResult<String,Image> imageReadyPredicate)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
GetImageWhenStatusAvailablePredicateWithResult
ยง 
 | 
| Constructor and Description | 
|---|
NovaImageExtension(NovaApi novaApi,
                  ExecutorService userThreads,
                  PredicateWithResult<ZoneAndId,Image> imageReadyPredicate)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
GetImageWhenImageInZoneHasActiveStatusPredicateWithResult  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
PredicateCallable<Result>
Provides a facility to convert an arbitrary Callable to a Predicate, implementing PredicateWithResult,
 for use e.g. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static <Input,Result>  | 
Retryables.retryGettingResultOrFailing(PredicateWithResult<Input,Result> predicate,
                           Input input,
                           long maxWait,
                           long period,
                           TimeUnit unit,
                           String failureMessage)  | 
static <Input,Result>  | 
Retryables.retryGettingResultOrFailing(PredicateWithResult<Input,Result> predicate,
                           Input input,
                           long maxWaitMillis,
                           String failureMessage)  | 
Copyright © 2009-2013 jclouds. All Rights Reserved.