Uses of Class
org.jclouds.rest.suppliers.MemoizedRetryOnTimeOutButNotOnAuthorizationExceptionSupplier
-
Packages that use MemoizedRetryOnTimeOutButNotOnAuthorizationExceptionSupplier Package Description org.jclouds.rest.suppliers -
-
Uses of MemoizedRetryOnTimeOutButNotOnAuthorizationExceptionSupplier in org.jclouds.rest.suppliers
Methods in org.jclouds.rest.suppliers that return MemoizedRetryOnTimeOutButNotOnAuthorizationExceptionSupplier Modifier and Type Method Description static <T> MemoizedRetryOnTimeOutButNotOnAuthorizationExceptionSupplier<T>
MemoizedRetryOnTimeOutButNotOnAuthorizationExceptionSupplier. create(AtomicReference<AuthorizationException> authException, com.google.common.base.Supplier<T> delegate, long duration, TimeUnit unit)
static <T> MemoizedRetryOnTimeOutButNotOnAuthorizationExceptionSupplier<T>
MemoizedRetryOnTimeOutButNotOnAuthorizationExceptionSupplier. create(AtomicReference<AuthorizationException> authException, com.google.common.base.Supplier<T> delegate, long duration, TimeUnit unit, ValueLoadedCallback<T> valueLoadedCallback)
Creates a memoized supplier that calls the given callback each time values are loaded.
-