public class RetryableNumTimesPredicate<T> extends Object implements com.google.common.base.Predicate<T>
Constructor and Description |
---|
RetryableNumTimesPredicate(com.google.common.base.Predicate<T> predicate,
int maxAttempts) |
RetryableNumTimesPredicate(com.google.common.base.Predicate<T> predicate,
int maxAttempts,
long period,
long maxPeriod,
TimeUnit unit) |
RetryableNumTimesPredicate(com.google.common.base.Predicate<T> predicate,
int maxAttempts,
long period,
TimeUnit unit) |
protected Logger logger
public RetryableNumTimesPredicate(com.google.common.base.Predicate<T> predicate, int maxAttempts, long period, long maxPeriod, TimeUnit unit)
public RetryableNumTimesPredicate(com.google.common.base.Predicate<T> predicate, int maxAttempts, long period, TimeUnit unit)
public RetryableNumTimesPredicate(com.google.common.base.Predicate<T> predicate, int maxAttempts)
Copyright © 2009-2012 jclouds. All Rights Reserved.