Package | Description |
---|---|
org.jclouds.predicates |
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-2012 jclouds. All Rights Reserved.