Uses of Class
org.jclouds.cache.RetryingCacheLoaderDecorator.BackoffExponentiallyAndRetryOnThrowableCacheLoaderDecorator

Packages that use RetryingCacheLoaderDecorator.BackoffExponentiallyAndRetryOnThrowableCacheLoaderDecorator
org.jclouds.cache   
 

Uses of RetryingCacheLoaderDecorator.BackoffExponentiallyAndRetryOnThrowableCacheLoaderDecorator in org.jclouds.cache
 

Methods in org.jclouds.cache that return RetryingCacheLoaderDecorator.BackoffExponentiallyAndRetryOnThrowableCacheLoaderDecorator
 RetryingCacheLoaderDecorator.BackoffExponentiallyAndRetryOnThrowableCacheLoaderDecorator<K,V> RetryingCacheLoaderDecorator.OnThrowableBuilder.exponentiallyBackoff()
          For each attempt, exponentially backoff
 RetryingCacheLoaderDecorator.BackoffExponentiallyAndRetryOnThrowableCacheLoaderDecorator<K,V> RetryingCacheLoaderDecorator.BackoffExponentiallyAndRetryOnThrowableCacheLoaderDecorator.maxPeriodMs(long maxPeriodMs)
          The initial period in milliseconds to delay between tries.
 RetryingCacheLoaderDecorator.BackoffExponentiallyAndRetryOnThrowableCacheLoaderDecorator<K,V> RetryingCacheLoaderDecorator.BackoffExponentiallyAndRetryOnThrowableCacheLoaderDecorator.maxTries(int maxTries)
          The maximum attempts to try on the given exception type

default: 5

 RetryingCacheLoaderDecorator.BackoffExponentiallyAndRetryOnThrowableCacheLoaderDecorator<K,V> RetryingCacheLoaderDecorator.BackoffExponentiallyAndRetryOnThrowableCacheLoaderDecorator.periodMs(long periodMs)
          The initial period in milliseconds to delay between tries.
 



Copyright © 2009-2013 jclouds. All Rights Reserved.