Uses of Interface
com.googlecode.icegem.utils.Retryable

Packages that use Retryable
com.googlecode.icegem.utils   
 

Uses of Retryable in com.googlecode.icegem.utils
 

Methods in com.googlecode.icegem.utils with parameters of type Retryable
static
<T> T
CacheUtils.retryWithExponentialBackoff(Retryable<T> runnable, int maxRetries)
          Retries passed operation with random exponential back off delay.
 



Copyright © 2011. All Rights Reserved.