org.jclouds.cache
Class RetryingCacheLoaderDecorator.OnThrowableBuilder<K,V>
java.lang.Object
org.jclouds.cache.RetryingCacheLoaderDecorator.OnThrowableBuilder<K,V>
- Enclosing class:
- RetryingCacheLoaderDecorator<K,V>
public static class RetryingCacheLoaderDecorator.OnThrowableBuilder<K,V>
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RetryingCacheLoaderDecorator.OnThrowableBuilder
protected RetryingCacheLoaderDecorator.OnThrowableBuilder(Class<? extends Throwable> retryableThrowable)
exponentiallyBackoff
public RetryingCacheLoaderDecorator.BackoffExponentiallyAndRetryOnThrowableCacheLoaderDecorator<K,V> exponentiallyBackoff()
- For each attempt, exponentially backoff
Copyright © 2009-2013 jclouds. All Rights Reserved.