public static class RetryingCacheLoaderDecorator.OnThrowableBuilder<K,V> extends Object
Modifier | Constructor and Description |
---|---|
protected |
RetryingCacheLoaderDecorator.OnThrowableBuilder(Class<? extends Throwable> retryableThrowable) |
Modifier and Type | Method and Description |
---|---|
RetryingCacheLoaderDecorator.BackoffExponentiallyAndRetryOnThrowableCacheLoaderDecorator<K,V> |
exponentiallyBackoff()
For each attempt, exponentially backoff
|
public RetryingCacheLoaderDecorator.BackoffExponentiallyAndRetryOnThrowableCacheLoaderDecorator<K,V> exponentiallyBackoff()
Copyright © 2009-2013 jclouds. All Rights Reserved.