|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Utils
| Method Summary | |
|---|---|
HttpAsyncClient |
asyncHttp()
#see #getHttpAsyncClient |
Map<String,Credentials> |
credentialStore()
|
Crypto |
crypto()
#see #getCrypto |
DateService |
date()
#see #getDateService |
com.google.common.eventbus.EventBus |
eventBus()
|
Map<String,Credentials> |
getCredentialStore()
retrieves a list of credentials for resources created within this context, keyed on id
of the resource with a namespace prefix (ex. |
Crypto |
getCrypto()
|
DateService |
getDateService()
|
com.google.common.eventbus.EventBus |
getEventBus()
|
HttpAsyncClient |
getHttpAsyncClient()
|
HttpClient |
getHttpClient()
|
com.google.inject.Injector |
getInjector()
|
com.google.common.util.concurrent.ListeningExecutorService |
getIoExecutor()
|
Json |
getJson()
|
Logger.LoggerFactory |
getLoggerFactory()
|
com.google.common.util.concurrent.ListeningExecutorService |
getUserExecutor()
|
XMLParser |
getXml()
|
HttpClient |
http()
#see #getHttpClient |
com.google.inject.Injector |
injector()
#see #getInjector |
com.google.common.util.concurrent.ListeningExecutorService |
ioExecutor()
#see #getIoExecutor |
Json |
json()
#see #getJson |
Logger.LoggerFactory |
loggerFactory()
#see #getLoggerFactory |
com.google.common.util.concurrent.ListeningExecutorService |
userExecutor()
#see #getUserExecutor |
XMLParser |
xml()
#see #getXml |
| Method Detail |
|---|
@Beta Map<String,Credentials> getCredentialStore()
id
of the resource with a namespace prefix (ex. node#. We are testing this approach for
resources such as compute nodes, where you could access this externally.
node#id.
8, then the key will be node#8us-east-1/i-asdfdas, then the key will be node#us-east-1/i-asdfdashttp://cloud/instances/1, then the key will be node#http://cloud/instances/1
@Beta Map<String,Credentials> credentialStore()
ComputeServiceContext#getCredentialStoreJson getJson()
Json json()
HttpAsyncClient getHttpAsyncClient()
HttpAsyncClient asyncHttp()
HttpClient getHttpClient()
HttpClient http()
Crypto getCrypto()
Crypto crypto()
DateService getDateService()
DateService date()
com.google.common.util.concurrent.ListeningExecutorService getUserExecutor()
com.google.common.util.concurrent.ListeningExecutorService userExecutor()
com.google.common.util.concurrent.ListeningExecutorService getIoExecutor()
com.google.common.util.concurrent.ListeningExecutorService ioExecutor()
@Beta com.google.common.eventbus.EventBus getEventBus()
com.google.common.eventbus.EventBus eventBus()
Logger.LoggerFactory getLoggerFactory()
Logger.LoggerFactory loggerFactory()
@Beta com.google.inject.Injector getInjector()
@Beta com.google.inject.Injector injector()
XMLParser getXml()
XMLParser xml()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||