| Modifier and Type | Method and Description |
|---|---|
HttpAsyncClient |
asyncHttp()
Deprecated.
will be removed in jclouds 1.7, as async interfaces are no
longer supported.
|
Map<String,Credentials> |
credentialStore() |
Crypto |
crypto()
#see #getCrypto
|
DateService |
date()
#see #getDateService
|
com.google.common.eventbus.EventBus |
eventBus() |
Map<String,Credentials> |
getCredentialStore()
Deprecated.
|
Crypto |
getCrypto()
Deprecated.
|
DateService |
getDateService()
Deprecated.
|
com.google.common.eventbus.EventBus |
getEventBus()
Deprecated.
|
HttpAsyncClient |
getHttpAsyncClient()
Deprecated.
will be removed in jclouds 1.7, as async interfaces are no
longer supported.
|
HttpClient |
getHttpClient()
Deprecated.
|
com.google.inject.Injector |
getInjector()
Deprecated.
|
com.google.common.util.concurrent.ListeningExecutorService |
getIoExecutor()
Deprecated.
will be removed in jclouds 1.7, as async interfaces are no
longer supported.
|
Json |
getJson()
Deprecated.
|
Logger.LoggerFactory |
getLoggerFactory()
Deprecated.
|
com.google.common.util.concurrent.ListeningExecutorService |
getUserExecutor()
Deprecated.
will be removed in jclouds 1.7, as async interfaces are no
longer supported.
|
XMLParser |
getXml()
Deprecated.
|
HttpClient |
http()
#see #getHttpClient
|
com.google.inject.Injector |
injector()
#see #getInjector
|
com.google.common.util.concurrent.ListeningExecutorService |
ioExecutor()
Deprecated.
will be removed in jclouds 1.7, as async interfaces are no
longer supported.
|
Json |
json()
#see #getJson
|
Logger.LoggerFactory |
loggerFactory()
#see #getLoggerFactory
|
com.google.common.util.concurrent.ListeningExecutorService |
userExecutor()
Deprecated.
will be removed in jclouds 1.7, as async interfaces are no
longer supported.
|
XMLParser |
xml()
#see #getXml
|
@Beta @Deprecated 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#getCredentialStore@Deprecated Json getJson()
Json json()
@Deprecated HttpAsyncClient getHttpAsyncClient()
getHttpClient()@Deprecated HttpAsyncClient asyncHttp()
http()@Deprecated HttpClient getHttpClient()
HttpClient http()
@Deprecated Crypto getCrypto()
Crypto crypto()
@Deprecated DateService getDateService()
DateService date()
@Deprecated com.google.common.util.concurrent.ListeningExecutorService getUserExecutor()
@Deprecated com.google.common.util.concurrent.ListeningExecutorService userExecutor()
@Deprecated com.google.common.util.concurrent.ListeningExecutorService getIoExecutor()
@Deprecated com.google.common.util.concurrent.ListeningExecutorService ioExecutor()
@Beta @Deprecated com.google.common.eventbus.EventBus getEventBus()
com.google.common.eventbus.EventBus eventBus()
@Deprecated Logger.LoggerFactory getLoggerFactory()
Logger.LoggerFactory loggerFactory()
@Beta @Deprecated com.google.inject.Injector getInjector()
@Beta com.google.inject.Injector injector()
@Deprecated XMLParser getXml()
XMLParser xml()
Copyright © 2009-2013 jclouds. All Rights Reserved.