|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.google.inject.AbstractModule
org.jclouds.gae.config.GoogleAppEngineConfigurationModule
org.jclouds.gae.config.MultithreadedAsyncGoogleAppEngineConfigurationModule
@Beta public class MultithreadedAsyncGoogleAppEngineConfigurationModule
Configures AsyncGaeHttpCommandExecutorService.
| Constructor Summary | |
|---|---|
MultithreadedAsyncGoogleAppEngineConfigurationModule()
|
|
MultithreadedAsyncGoogleAppEngineConfigurationModule(com.google.common.util.concurrent.ListeningExecutorService currentRequestThreadFactory)
Used when you are creating multiple contexts in the same app. |
|
MultithreadedAsyncGoogleAppEngineConfigurationModule(com.google.common.base.Supplier<com.google.common.util.concurrent.ListeningExecutorService> memoizedCurrentRequestExecutorService)
Used when you are creating multiple contexts in the same app. |
|
| Method Summary | |
|---|---|
protected void |
bindHttpCommandExecutorService()
|
| Methods inherited from class org.jclouds.gae.config.GoogleAppEngineConfigurationModule |
|---|
configure, provideURLFetchService |
| Methods inherited from class com.google.inject.AbstractModule |
|---|
addError, addError, addError, bind, bind, bind, bindConstant, binder, bindInterceptor, bindListener, bindScope, configure, convertToTypes, currentStage, getMembersInjector, getMembersInjector, getProvider, getProvider, install, requestInjection, requestStaticInjection, requireBinding, requireBinding |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MultithreadedAsyncGoogleAppEngineConfigurationModule()
public MultithreadedAsyncGoogleAppEngineConfigurationModule(com.google.common.util.concurrent.ListeningExecutorService currentRequestThreadFactory)
currentRequestThreadFactory - CurrentRequestExecutorServiceModule#currentRequestThreadFactorypublic MultithreadedAsyncGoogleAppEngineConfigurationModule(com.google.common.base.Supplier<com.google.common.util.concurrent.ListeningExecutorService> memoizedCurrentRequestExecutorService)
memoizedCurrentRequestExecutorService - CurrentRequestExecutorServiceModule.memoizedCurrentRequestExecutorService| Method Detail |
|---|
protected void bindHttpCommandExecutorService()
bindHttpCommandExecutorService in class GoogleAppEngineConfigurationModule
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||