public class AzureStorageRestClientModule<S,A>
extends org.jclouds.rest.config.RestClientModule<S,A>
| Modifier | Constructor and Description |
|---|---|
protected |
AzureStorageRestClientModule() |
|
AzureStorageRestClientModule(Map<Class<?>,Class<?>> delegate) |
|
AzureStorageRestClientModule(com.google.common.reflect.TypeToken<S> syncClientType,
com.google.common.reflect.TypeToken<A> asyncClientType) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
bindErrorHandlers() |
protected void |
bindRetryHandlers() |
protected void |
configure() |
protected String |
provideTimeStamp(com.google.common.base.Supplier<String> cache) |
protected com.google.common.base.Supplier<String> |
provideTimeStampCache(long seconds,
org.jclouds.date.DateService dateService)
borrowing concurrency code to ensure that caching takes place properly
|
addError, addError, addError, bind, bind, bind, bindConstant, binder, bindInterceptor, bindListener, bindScope, configure, convertToTypes, currentStage, getMembersInjector, getMembersInjector, getProvider, getProvider, install, requestInjection, requestStaticInjection, requireBinding, requireBinding@Provides protected String provideTimeStamp(com.google.common.base.Supplier<String> cache)
@Provides protected com.google.common.base.Supplier<String> provideTimeStampCache(@Named(value="jclouds.session-interval") long seconds, org.jclouds.date.DateService dateService)
protected void bindErrorHandlers()
protected void bindRetryHandlers()
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.