Uses of Class
org.jclouds.rest.suppliers.MemoizedRetryOnTimeOutButNotOnAuthorizationExceptionSupplier
Packages that use MemoizedRetryOnTimeOutButNotOnAuthorizationExceptionSupplier
-
Uses of MemoizedRetryOnTimeOutButNotOnAuthorizationExceptionSupplier in org.jclouds.rest.suppliers
Methods in org.jclouds.rest.suppliers that return MemoizedRetryOnTimeOutButNotOnAuthorizationExceptionSupplierModifier and TypeMethodDescriptionMemoizedRetryOnTimeOutButNotOnAuthorizationExceptionSupplier.create
(AtomicReference<AuthorizationException> authException, com.google.common.base.Supplier<T> delegate, long duration, TimeUnit unit) 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.