org.jclouds.ContextBuilder#buildApi(KeystoneApi.class)
as
KeystoneAsyncApi
interface will be removed in jclouds 1.7.@Deprecated public interface KeystoneAsyncApi extends Closeable
KeystoneApi
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<ApiMetadata> |
getApiMetadata()
Deprecated.
|
ExtensionAsyncApi |
getExtensionApi()
Deprecated.
Provides asynchronous access to Extension features.
|
ServiceAsyncApi |
getServiceApi()
Deprecated.
|
com.google.common.base.Optional<? extends TenantAsyncApi> |
getTenantApi()
Deprecated.
|
com.google.common.base.Optional<? extends TokenAsyncApi> |
getTokenApi()
Deprecated.
|
com.google.common.base.Optional<? extends UserAsyncApi> |
getUserApi()
Deprecated.
|
com.google.common.util.concurrent.ListenableFuture<ApiMetadata> getApiMetadata()
KeystoneApi.getApiMetadata()
ServiceAsyncApi getServiceApi()
KeystoneApi.getServiceApi()
ExtensionAsyncApi getExtensionApi()
com.google.common.base.Optional<? extends TokenAsyncApi> getTokenApi()
KeystoneApi.getTokenApi()
com.google.common.base.Optional<? extends UserAsyncApi> getUserApi()
KeystoneApi.getUserApi()
com.google.common.base.Optional<? extends TenantAsyncApi> getTenantApi()
KeystoneApi.getTenantApi()
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.