Package | Description |
---|---|
org.jclouds.compute.suppliers | |
org.jclouds.rest.suppliers |
Modifier and Type | Class and Description |
---|---|
class |
ImageCacheSupplier
Memoized image supplier that allows new images to be registered at runtime.
|
Modifier and Type | Class and Description |
---|---|
static class |
ValueLoadedCallback.NoOpCallback<V>
The default implementation does nothing
|
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.