org.jclouds.cache
Class RetryingCacheLoaderDecorator.OnThrowableBuilder<K,V>

java.lang.Object
  extended by org.jclouds.cache.RetryingCacheLoaderDecorator.OnThrowableBuilder<K,V>
Enclosing class:
RetryingCacheLoaderDecorator<K,V>

public static class RetryingCacheLoaderDecorator.OnThrowableBuilder<K,V>
extends Object


Constructor Summary
protected RetryingCacheLoaderDecorator.OnThrowableBuilder(Class<? extends Throwable> retryableThrowable)
           
 
Method Summary
 RetryingCacheLoaderDecorator.BackoffExponentiallyAndRetryOnThrowableCacheLoaderDecorator<K,V> exponentiallyBackoff()
          For each attempt, exponentially backoff
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RetryingCacheLoaderDecorator.OnThrowableBuilder

protected RetryingCacheLoaderDecorator.OnThrowableBuilder(Class<? extends Throwable> retryableThrowable)
Method Detail

exponentiallyBackoff

public RetryingCacheLoaderDecorator.BackoffExponentiallyAndRetryOnThrowableCacheLoaderDecorator<K,V> exponentiallyBackoff()
For each attempt, exponentially backoff



Copyright © 2009-2013 jclouds. All Rights Reserved.